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

Bee new using v2.0 beego

This commit is contained in:
Ming Deng
2020-10-07 16:36:04 +08:00
parent 8b942b1f22
commit cef7185b35
2 changed files with 5 additions and 5 deletions

View File

@ -27,7 +27,7 @@ import (
const confVer = 0
const (
Version = "1.12.0"
Version = "2.0.0"
GitRemotePath = "github.com/beego/bee"
)