1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-16 13:03:34 +00:00
This commit is contained in:
astaxie 2018-11-22 13:10:52 +08:00
parent 55d9b69cd9
commit 42ade6aa49

View File

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