diff options
author | Unknwon <u@gogs.io> | 2016-03-27 18:21:37 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-03-27 18:21:37 -0400 |
commit | 762ab056a2ee976037d9fe929c37ab5bdb940e7a (patch) | |
tree | fa2b7aa322fd0b66f0a22b456d0840c17495c0bb /gogs.go | |
parent | 78481f0e4293647d0a208253f146abbd45461d9a (diff) | |
download | gitea-762ab056a2ee976037d9fe929c37ab5bdb940e7a.tar.gz gitea-762ab056a2ee976037d9fe929c37ab5bdb940e7a.zip |
Fix XORM IN condition table name parse
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.17.0326" +const APP_VER = "0.9.18.0327" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |