From f222f5b2381ff1eb809a02bfb0403cd0b4101ceb Mon Sep 17 00:00:00 2001 From: astaxie Date: Fri, 4 Apr 2014 09:56:25 +0800 Subject: [PATCH] beego: hot fix for console logs & go run can't find file. --- beego.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beego.go b/beego.go index 112ecd4b..6a727906 100644 --- a/beego.go +++ b/beego.go @@ -13,7 +13,7 @@ import ( ) // beego web framework version. -const VERSION = "1.1.2" +const VERSION = "1.1.3" type hookfunc func() error //hook function to run var hooks []hookfunc //hook function slice to store the hookfunc