1
0
mirror of https://github.com/astaxie/beego.git synced 2024-11-22 11:50:55 +00:00

change version from 1.0.0 to 1.0.1

This commit is contained in:
astaxie 2013-12-24 21:35:20 +08:00
parent 62188a37c6
commit cfcfeb7b99

View File

@ -11,7 +11,7 @@ import (
)
// beego web framework version.
const VERSION = "1.0.0"
const VERSION = "1.0.1"
// Router adds a patterned controller handler to BeeApp.
// it's an alias method of App.Router.