1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-01 21:43:28 +00:00

ready to release 1.10.0

This commit is contained in:
astaxie 2018-07-21 09:29:00 +08:00
parent 164a9231e8
commit a048ed51a7

View File

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