diff --git a/beego.go b/beego.go index 55049090..ec4a4881 100644 --- a/beego.go +++ b/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...)