1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-25 23:34:14 +00:00

changer version to 0.4

This commit is contained in:
astaxie 2013-04-03 11:14:55 +08:00
parent 0f982c4a18
commit 74d8952c5a

View File

@ -13,7 +13,7 @@ import (
"strconv"
)
const VERSION = "0.0.3"
const VERSION = "0.4.0"
var (
BeeApp *App