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-03-19 15:26:04 -04:00
parent 8f0f845b14
commit 1cb57b1a44
6 changed files with 56 additions and 55 deletions

View File

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