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

Merge branch 'master' of https://github.com/astaxie/beego into spelling

This commit is contained in:
benlovell
2013-08-14 09:07:51 +02:00
23 changed files with 689 additions and 135 deletions

View File

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