1
0
mirror of https://github.com/astaxie/beego.git synced 2024-11-25 19:10:54 +00:00

change 1.4.1 to 1.4.2

This commit is contained in:
astaxie 2014-11-04 22:38:40 +08:00
parent 000033e2a7
commit fe50269b3f

View File

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