update version from 0.9.0 to 0.9.9
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...) | ... | ... |
-
Please register or sign in to post a comment