1
0
Fork 0
forked from forgejo/forgejo

minor fix on #1863

This commit is contained in:
Unknwon 2015-10-31 12:04:04 -04:00
parent 659bd29bc5
commit 16feb5b655
3 changed files with 23 additions and 21 deletions

View file

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