Commit 505fca93 authored by astaxie's avatar astaxie

change version from 0.9.9 to 1.0.0 RC1

parent 849dbddc
......@@ -9,7 +9,7 @@ import (
"github.com/astaxie/beego/session"
)
const VERSION = "0.9.9"
const VERSION = "1.0.0 RC1"
func Router(rootpath string, c ControllerInterface, mappingMethods ...string) *App {
BeeApp.Router(rootpath, c, mappingMethods...)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment