From 5ed819a025fae24c4c5312a8a4c28b26a6987e7a Mon Sep 17 00:00:00 2001 From: astaxie Date: Sun, 22 Jul 2018 12:06:22 +0800 Subject: [PATCH] version 1.10.0 --- 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 fd9b249..779b758 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.2" +const version = "1.10.0" func init() { fs := flag.NewFlagSet("version", flag.ContinueOnError)