1
0
Fork 0
forked from forgejo/forgejo

fix problem with #1879

This commit is contained in:
Unknwon 2015-11-02 14:01:19 -05:00
parent 92535c9df0
commit 75aab86a8d
5 changed files with 223 additions and 222 deletions

View file

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