Revert "Change bee version"

This reverts commit e0ce20407c.
This commit is contained in:
askuy 2020-07-27 13:11:14 +08:00
parent 19d0116825
commit 3e5f9cf213
1 changed files with 1 additions and 1 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.12.0"
const version = "1.11.0"
func init() {
fs := flag.NewFlagSet("version", flag.ContinueOnError)