Commit d718d9c8 authored by astaxie's avatar astaxie

beego 1.0 release

parent f752c98d
......@@ -9,7 +9,7 @@ import (
"github.com/astaxie/beego/session"
)
const VERSION = "1.0.0 RC1"
const VERSION = "1.0.0"
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