Skip to content

Commit

Permalink
Merge pull request #671 from beego/develop
Browse files Browse the repository at this point in the history
bee upgrade version to 1.11.0
  • Loading branch information
askuy authored Jun 20, 2020
2 parents 3121f64 + 8ebb797 commit fc12eab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/commands/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Prints the current Bee, Beego and Go version alongside the platform information.
}
var outputFormat string

const version = "1.10.0"
const version = "1.11.0"

func init() {
fs := flag.NewFlagSet("version", flag.ContinueOnError)
Expand Down

0 comments on commit fc12eab

Please sign in to comment.