1
0
Fork 0
forked from forgejo/forgejo

#2895 minor fix for bug of xorm

This commit is contained in:
Unknwon 2016-04-26 00:22:03 -04:00
parent dfad51fe9e
commit 0325bec283
4 changed files with 35 additions and 31 deletions

View file

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