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

Using 2.0.1

This commit is contained in:
Ming Deng
2020-12-14 17:06:10 +08:00
parent c93bda1d3c
commit ebb2fee3fc
3 changed files with 3 additions and 3 deletions

View File

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