1
0
Fork 0
forked from forgejo/forgejo

Minor fix for #2660

This commit is contained in:
Unknwon 2016-02-24 23:59:17 -05:00
parent 5418c2c5e4
commit baaf6046a1
11 changed files with 952 additions and 712 deletions

View file

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