Fix download archive issue

This commit is contained in:
Unknwon 2014-09-24 17:43:33 -04:00
parent 612fdb98df
commit 25268577a5
6 changed files with 53 additions and 23 deletions

View file

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