1
0
Fork 0
forked from forgejo/forgejo

#1838 update merge base before generate new patch

This commit is contained in:
Unknwon 2015-11-03 17:25:39 -05:00
parent 8e262f3ec4
commit 25ec20d525
6 changed files with 64 additions and 24 deletions

View file

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