From ff731ea07dd695fc49dc2e1e158e47867a613379 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Wed, 16 Mar 2016 16:55:19 -0400 Subject: #2814 LOWER() column value within search --- gogs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gogs.go') diff --git a/gogs.go b/gogs.go index bca4719f1b..7142189933 100644 --- a/gogs.go +++ b/gogs.go @@ -17,7 +17,7 @@ import ( "github.com/gogits/gogs/modules/setting" ) -const APP_VER = "0.9.11.0316" +const APP_VER = "0.9.12.0316" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) -- cgit v1.2.3