1
0
Fork 0
forked from forgejo/forgejo

fix mirror issues uncaught #941

This commit is contained in:
Unknwon 2015-02-13 02:14:57 -05:00
parent 6d0f3a07d4
commit 6b7d35eade
6 changed files with 50 additions and 80 deletions

View file

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