505fca93 by astaxie

change version from 0.9.9 to 1.0.0 RC1

1 parent 849dbddc
Showing 1 changed file with 1 additions and 1 deletions
...@@ -9,7 +9,7 @@ import ( ...@@ -9,7 +9,7 @@ import (
9 "github.com/astaxie/beego/session" 9 "github.com/astaxie/beego/session"
10 ) 10 )
11 11
12 const VERSION = "0.9.9" 12 const VERSION = "1.0.0 RC1"
13 13
14 func Router(rootpath string, c ControllerInterface, mappingMethods ...string) *App { 14 func Router(rootpath string, c ControllerInterface, mappingMethods ...string) *App {
15 BeeApp.Router(rootpath, c, mappingMethods...) 15 BeeApp.Router(rootpath, c, mappingMethods...)
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!