1
0
Fork 0
forked from forgejo/forgejo

Minor fix for #2524

This commit is contained in:
Unknwon 2016-02-19 22:16:26 -05:00
parent f6c98465c7
commit b7f3d94cd0
4 changed files with 17 additions and 25 deletions

View file

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