1
0
mirror of https://github.com/beego/bee.git synced 2025-07-03 05:00:19 +00:00

Merge pull request #754 from flycash/updateMd

updating version
This commit is contained in:
Ming Deng
2020-12-16 14:38:49 +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"
)