1
0
mirror of https://github.com/beego/bee.git synced 2025-06-15 15:20:38 +00:00

fix Beego issue 5719

This commit is contained in:
Deng Ming
2024-11-28 17:24:51 +08:00
committed by Ming Deng
parent 670ee6d5e7
commit f196e2c93e
3 changed files with 4 additions and 3 deletions

View File

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