1
0
Fork 0
forked from forgejo/forgejo

#2727 make IN clause compatible with Postgres

This commit is contained in:
Unknwon 2016-03-01 14:39:28 -05:00
parent 9e89584cb4
commit 97429a25ab
4 changed files with 6 additions and 6 deletions

View file

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