mirror of
https://github.com/astaxie/beego.git
synced 2024-11-22 16:40:54 +00:00
change version from 0.9.9 to 1.0.0 RC1
This commit is contained in:
parent
849dbddc5a
commit
505fca93c3
2
beego.go
2
beego.go
@ -9,7 +9,7 @@ import (
|
|||||||
"github.com/astaxie/beego/session"
|
"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 {
|
func Router(rootpath string, c ControllerInterface, mappingMethods ...string) *App {
|
||||||
BeeApp.Router(rootpath, c, mappingMethods...)
|
BeeApp.Router(rootpath, c, mappingMethods...)
|
||||||
|
Loading…
Reference in New Issue
Block a user