1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-04 17:47:19 +00:00
This commit is contained in:
Unknwon
2015-07-19 17:11:16 +08:00
parent 03011ed307
commit 42a72b62fc
4 changed files with 35 additions and 46 deletions

View File

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