From 3f8252bffdd356fe01a8c4bd441052fdab64f4e9 Mon Sep 17 00:00:00 2001 From: astaxie Date: Fri, 27 Feb 2015 22:47:21 +0800 Subject: [PATCH] change the version from 1.4.2 to 1.4.3 --- beego.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beego.go b/beego.go index 8a626eae..9c34c9f9 100644 --- a/beego.go +++ b/beego.go @@ -37,7 +37,7 @@ import ( ) // beego web framework version. -const VERSION = "1.4.2" +const VERSION = "1.4.3" type hookfunc func() error //hook function to run var hooks []hookfunc //hook function slice to store the hookfunc