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

Merge pull request #755 from beego/develop

Using v2.0.2
This commit is contained in:
Ming Deng
2020-12-16 14:54:35 +08:00
committed by GitHub

View File

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