1
0
mirror of https://github.com/astaxie/beego.git synced 2025-06-26 11:50:19 +00:00

Merge pull request #4284 from flycash/develop

Upgrade version
This commit is contained in:
Ming Deng
2020-11-03 22:49:59 +08:00
committed by GitHub

View File

@ -23,7 +23,7 @@ import (
const (
// VERSION represent beego web framework version.
VERSION = "1.12.2"
VERSION = "1.12.3"
// DEV is for develop
DEV = "dev"