mirror of
https://github.com/astaxie/beego.git
synced 2024-11-22 13:30:56 +00:00
update version from 0.9.0 to 0.9.9
This commit is contained in:
parent
0476da503e
commit
42958ddd41
2
beego.go
2
beego.go
@ -7,7 +7,7 @@ import (
|
|||||||
"path"
|
"path"
|
||||||
)
|
)
|
||||||
|
|
||||||
const VERSION = "0.9.0"
|
const VERSION = "0.9.9"
|
||||||
|
|
||||||
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