#2727 fix incompatible SQL in PostgreSQL

This commit is contained in:
Unknwon 2016-03-09 23:18:39 -05:00
parent ad513a20e9
commit eed9966ad6
5 changed files with 7 additions and 8 deletions

View file

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