1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-05-11 05:55:29 +00:00
This commit is contained in:
Unknwon
2015-11-15 14:05:51 -05:00
parent 84a43b38cf
commit b4970b3cc3
5 changed files with 9 additions and 26 deletions

View File

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