From 76222ac8d09c597ac35f20e252a73eb17652ecbe Mon Sep 17 00:00:00 2001 From: "asta.xie" Date: Mon, 10 Feb 2014 11:33:53 +0800 Subject: [PATCH] change 1.0.1 to 1.1.0 --- beego.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beego.go b/beego.go index 640fb5ab..29cd45a0 100644 --- a/beego.go +++ b/beego.go @@ -12,7 +12,7 @@ import ( ) // beego web framework version. -const VERSION = "1.0.1" +const VERSION = "1.1.0" type hookfunc func() error //hook function to run var hooks []hookfunc //hook function slice to store the hookfunc