Fix XORM IN condition table name parse

This commit is contained in:
Unknwon 2016-03-27 18:21:37 -04:00
parent 78481f0e42
commit 762ab056a2
5 changed files with 5 additions and 5 deletions

View file

@ -17,7 +17,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
const APP_VER = "0.9.17.0326"
const APP_VER = "0.9.18.0327"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())