1
0
mirror of https://github.com/astaxie/beego.git synced 2024-05-29 07:13:28 +00:00

update version from 0.9.0 to 0.9.9

This commit is contained in:
astaxie 2013-09-13 17:45:26 +08:00
parent 0476da503e
commit 42958ddd41

View File

@ -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...)