1
0
Fork 0
forked from forgejo/forgejo

save PR info as patch and minor fix on PR

This commit is contained in:
Unknwon 2015-10-04 20:54:06 -04:00
parent 02d3b66265
commit 215920772a
7 changed files with 77 additions and 46 deletions

View file

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