From bbe142b34580f13a8f85b6a96e91a20a24d2e7e5 Mon Sep 17 00:00:00 2001 From: Mongo Date: Tue, 3 Oct 2017 17:56:04 +0800 Subject: [PATCH] update version --- 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 ada9427..fd9b249 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.1" +const version = "1.9.2" func init() { fs := flag.NewFlagSet("version", flag.ContinueOnError)