Merge pull request #4044 from flycash/upgrade_version

upgrade version
This commit is contained in:
Ming Deng 2020-06-30 20:58:14 +08:00 committed by GitHub
commit 9c18dbe7dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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"