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

fix Beego#4972: bee version failed

This commit is contained in:
Deng Ming
2022-06-10 18:54:40 +08:00
parent 97df75a28c
commit afe1678459
3 changed files with 19 additions and 76 deletions

View File

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