mirror of
https://github.com/astaxie/beego.git
synced 2025-07-31 22:25:32 +00:00
update version from 0.9.0 to 0.9.9
This commit is contained in:
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...)
|
||||||
|
Reference in New Issue
Block a user