1
0
Fork 0
forked from forgejo/forgejo

Mirror fix and fix #481

This commit is contained in:
Unknwon 2014-09-17 14:22:51 -04:00
parent c03f5a2c7c
commit 8a09256941
8 changed files with 17 additions and 15 deletions

View file

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