d718d9c8 by astaxie

beego 1.0 release

1 parent f752c98d
Showing 1 changed file with 1 additions and 1 deletions
......@@ -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...)
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!