1
0
Fork 0
forked from forgejo/forgejo

Fix bare repo bug

This commit is contained in:
Unknwon 2014-08-05 19:40:01 -04:00
parent 6f6fda1481
commit fa0a389dc4
5 changed files with 15 additions and 14 deletions

View file

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