1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-14 07:03:32 +00:00

add tag to 0.7.0

This commit is contained in:
astaxie 2013-06-25 11:42:18 +08:00
parent 26baf0f283
commit 309f2e199b

View File

@ -12,7 +12,7 @@ import (
"runtime"
)
const VERSION = "0.6.0"
const VERSION = "0.7.0"
var (
BeeApp *App