cfcfeb7b by astaxie

change version from 1.0.0 to 1.0.1

1 parent 62188a37
Showing 1 changed file with 1 additions and 1 deletions
...@@ -11,7 +11,7 @@ import ( ...@@ -11,7 +11,7 @@ import (
11 ) 11 )
12 12
13 // beego web framework version. 13 // beego web framework version.
14 const VERSION = "1.0.0" 14 const VERSION = "1.0.1"
15 15
16 // Router adds a patterned controller handler to BeeApp. 16 // Router adds a patterned controller handler to BeeApp.
17 // it's an alias method of App.Router. 17 // it's an alias method of App.Router.
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!