1
0
mirror of https://github.com/beego/bee.git synced 2025-06-11 18:40:40 +00:00

Automatic update bee every day

Backup only when content changes
Fix the version
This commit is contained in:
wangle
2020-08-01 17:12:09 +08:00
committed by askuy
parent c562cedf96
commit e0ea0abf5b
6 changed files with 148 additions and 30 deletions

View File

@ -57,7 +57,7 @@ Prints the current Bee, Beego and Go version alongside the platform information.
}
var outputFormat string
const version = "1.11.0"
const version = "1.12.0"
func init() {
fs := flag.NewFlagSet("version", flag.ContinueOnError)