1
0
mirror of https://github.com/astaxie/beego.git synced 2024-11-22 13:50:54 +00:00

change to v1.7.0

This commit is contained in:
astaxie 2016-08-16 23:54:52 +08:00
parent 7813cb5783
commit 3362f83662

View File

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