1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-25 06:14:12 +00:00

change version to 1.1.1

This commit is contained in:
asta.xie 2014-03-12 21:24:23 +08:00
parent 769f7c751b
commit 745e9fb0fb

View File

@ -12,7 +12,7 @@ import (
)
// beego web framework version.
const VERSION = "1.1.0"
const VERSION = "1.1.1"
type hookfunc func() error //hook function to run
var hooks []hookfunc //hook function slice to store the hookfunc