#2727 fix incompatible SQL in PostgreSQL
This commit is contained in:
parent
ad513a20e9
commit
eed9966ad6
5 changed files with 7 additions and 8 deletions
2
gogs.go
2
gogs.go
|
@ -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())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue