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

update to 1.8.1

This commit is contained in:
astaxie 2017-03-29 10:22:27 +08:00 committed by GitHub
parent 54b05377d9
commit 5c7673e73d

View File

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