1
0
mirror of https://github.com/astaxie/beego.git synced 2025-06-20 19:10:18 +00:00

Merge pull request from flycash/upgrade_version

upgrade version
This commit is contained in:
Ming Deng
2020-06-30 20:58:14 +08:00
committed by GitHub

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