1
0
mirror of https://github.com/astaxie/beego.git synced 2025-07-04 09:30:17 +00:00

update docs & update beego's version

This commit is contained in:
astaxie
2013-07-25 15:37:38 +08:00
parent d5ddd0a9dd
commit e88c2be013
3 changed files with 64 additions and 19 deletions

View File

@ -13,7 +13,7 @@ import (
"time"
)
const VERSION = "0.7.2"
const VERSION = "0.8.0"
var (
BeeApp *App