Mirror bug fix

This commit is contained in:
Unknwon 2014-09-21 12:19:50 -04:00
parent d325b23dbb
commit 4a01bb8fa4
7 changed files with 8 additions and 11 deletions

View file

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