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

update beego version

This commit is contained in:
Ming Deng
2020-11-25 20:56:37 +08:00
parent 0080f54a08
commit 62c20031a1
6 changed files with 23 additions and 4 deletions

View File

@ -586,7 +586,7 @@ func createAPI(cmd *commands.Command, args []string) int {
appPath = path.Join(utils.GetBeeWorkPath(), args[0])
packPath = args[0]
if beegoVersion.String() == `` {
beegoVersion.Set(`v1.12.1`)
beegoVersion.Set(utils.BEEGO_VERSION)
}
}