From 4ab8b8e30eac0c9c303f915363de4c65629bd3b6 Mon Sep 17 00:00:00 2001 From: astaxie Date: Mon, 27 Nov 2017 15:51:45 +0800 Subject: [PATCH] bee 1.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 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)