42958ddd by astaxie

update version from 0.9.0 to 0.9.9

1 parent 0476da50
Showing 1 changed file with 1 additions and 1 deletions
...@@ -7,7 +7,7 @@ import ( ...@@ -7,7 +7,7 @@ import (
7 "path" 7 "path"
8 ) 8 )
9 9
10 const VERSION = "0.9.0" 10 const VERSION = "0.9.9"
11 11
12 func Router(rootpath string, c ControllerInterface, mappingMethods ...string) *App { 12 func Router(rootpath string, c ControllerInterface, mappingMethods ...string) *App {
13 BeeApp.Router(rootpath, c, mappingMethods...) 13 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!