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-11-18 13:14:46 -05:00
parent dc7e74ebb1
commit 62533560ce
4 changed files with 221 additions and 220 deletions

View File

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