1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-02 12:03:27 +00:00

beego 1.8.0

This commit is contained in:
astaxie 2017-03-06 21:29:41 +08:00
parent f53e98d11b
commit c5f838e785

View File

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