diff options
author | Unknwon <u@gogs.io> | 2016-03-16 16:55:19 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-03-16 16:55:19 -0400 |
commit | ff731ea07dd695fc49dc2e1e158e47867a613379 (patch) | |
tree | fb38c2710e85da28a7ea37e973e4ba0dda9c5633 /gogs.go | |
parent | 9a5a27ea8d855e8724ebb066a40e43a7dea119f5 (diff) | |
download | gitea-ff731ea07dd695fc49dc2e1e158e47867a613379.tar.gz gitea-ff731ea07dd695fc49dc2e1e158e47867a613379.zip |
#2814 LOWER() column value within search
Diffstat (limited to 'gogs.go')
-rw-r--r-- | gogs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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()) |