1
0
mirror of https://github.com/astaxie/beego.git synced 2024-11-01 00:00:54 +00:00
This commit is contained in:
astaxie 2017-07-18 23:58:22 +08:00
parent b27ab53017
commit 5ac0cb929c

View File

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