change version from 1.0.0 to 1.0.1
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. | ... | ... |
-
Please register or sign in to post a comment