1
0
Fork 0
forked from forgejo/forgejo

minor fix to #2335

This commit is contained in:
Unknwon 2016-01-09 14:51:17 +08:00
parent 21d7b5acaf
commit 86bce4a2ae
7 changed files with 57 additions and 42 deletions

View file

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