From c3a07555c4a4a07dbf799bb25d4bd8136661a2fc Mon Sep 17 00:00:00 2001 From: astaxie Date: Wed, 18 Jun 2014 15:15:45 +0800 Subject: [PATCH] beego:change version to 1.3.0 --- beego.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beego.go b/beego.go index 7b7109d3..6a940563 100644 --- a/beego.go +++ b/beego.go @@ -19,7 +19,7 @@ import ( ) // beego web framework version. -const VERSION = "1.2.0" +const VERSION = "1.3.0" type hookfunc func() error //hook function to run var hooks []hookfunc //hook function slice to store the hookfunc