mirror of
https://github.com/astaxie/beego.git
synced 2025-06-21 01:50:18 +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"
|
||||
)
|
||||
|
||||
const VERSION = "0.9.0"
|
||||
const VERSION = "0.9.9"
|
||||
|
||||
func Router(rootpath string, c ControllerInterface, mappingMethods ...string) *App {
|
||||
BeeApp.Router(rootpath, c, mappingMethods...)
|
||||
|
Reference in New Issue
Block a user