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

change the version 1.4.0 to 1.4.1

This commit is contained in:
astaxie 2014-09-02 14:41:14 +08:00
parent d8614e80e7
commit 41adcf9966

View File

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