1
0
mirror of https://github.com/astaxie/beego.git synced 2024-11-21 20:00:54 +00:00

upgrade version

This commit is contained in:
Ming Deng 2020-06-30 20:54:24 +08:00
parent 4fac6ceb3f
commit 01219944a4

View File

@ -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"