#2743 workaround to fix XORM problem

This commit is contained in:
Unknwon 2016-03-03 10:57:27 -05:00
parent 4d930f3598
commit c9901bbba5
5 changed files with 9 additions and 7 deletions

View file

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