From 7bbf644dd5eaca77c3e8df57419180486bda0fc2 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Thu, 31 Jul 2014 17:25:34 -0400 Subject: Convert captcha, cache, csrf as middlewares --- gogs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gogs.go') diff --git a/gogs.go b/gogs.go index e55d3872..8e3635a1 100644 --- a/gogs.go +++ b/gogs.go @@ -17,7 +17,7 @@ import ( "github.com/gogits/gogs/modules/setting" ) -const APP_VER = "0.4.7.0730 Alpha" +const APP_VER = "0.4.7.0731 Alpha" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) -- cgit v1.2.3