1
0
mirror of https://github.com/beego/bee.git synced 2025-07-02 23:50:18 +00:00

Fixed delve dependency

This commit is contained in:
Ruben Cid
2019-04-15 11:59:20 +02:00
parent 10bb0454f6
commit 33dd897647
2 changed files with 6 additions and 6 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.10.0"
const version = "1.10.1"
func init() {
fs := flag.NewFlagSet("version", flag.ContinueOnError)