1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-26 00:04:13 +00:00

change version from 0.5 to 0.6

This commit is contained in:
astaxie 2013-05-13 23:42:10 +08:00
parent d8e1f31cc9
commit 98b245c746

View File

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