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
2014-11-25 23:05:43 -05:00
parent 515641d033
commit a43164877c
3 changed files with 3 additions and 3 deletions

View File

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