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
1 changed files with 1 additions and 1 deletions

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