1
0
mirror of https://github.com/astaxie/beego.git synced 2024-11-22 17:10:55 +00:00

change version from 0.9.9 to 1.0.0 RC1

This commit is contained in:
astaxie 2013-12-15 21:54:57 +08:00
parent 849dbddc5a
commit 505fca93c3

View File

@ -9,7 +9,7 @@ import (
"github.com/astaxie/beego/session"
)
const VERSION = "0.9.9"
const VERSION = "1.0.0 RC1"
func Router(rootpath string, c ControllerInterface, mappingMethods ...string) *App {
BeeApp.Router(rootpath, c, mappingMethods...)