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

upgrade to v2.0.4

This commit is contained in:
Deng Ming
2022-06-12 10:52:09 +08:00
parent afe1678459
commit 651d604cca
4 changed files with 8 additions and 8 deletions

View File

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