From ceefd74c9b82c61399b01da162696d746ae5decd Mon Sep 17 00:00:00 2001 From: asta xie Date: Tue, 12 Sep 2017 21:23:20 +0800 Subject: [PATCH] v1.9.1 --- cmd/commands/version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/commands/version/version.go b/cmd/commands/version/version.go index a10cc0d..ada9427 100644 --- a/cmd/commands/version/version.go +++ b/cmd/commands/version/version.go @@ -57,7 +57,7 @@ Prints the current Bee, Beego and Go version alongside the platform information. } var outputFormat string -const version = "1.9.0" +const version = "1.9.1" func init() { fs := flag.NewFlagSet("version", flag.ContinueOnError)