1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-05-11 05:55:29 +00:00

#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())