change to 1.7.1

This commit is contained in:
astaxie 2016-09-22 23:18:22 +08:00
parent e0c59fcf0b
commit 15a45ccc7b
1 changed files with 1 additions and 1 deletions

View File

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