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

beego: change the version from 1.4.0 to 1.3.2

This commit is contained in:
astaxie 2014-08-18 14:46:43 +08:00
parent 51ee1e77c2
commit e566322643

View File

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