1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-05 18:17:19 +00:00
This commit is contained in:
Unknwon
2015-09-03 08:09:08 -04:00
parent 7ec991326d
commit 38eb000d13
5 changed files with 11 additions and 7 deletions

View File

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