1
0
Fork 0
forked from forgejo/forgejo

Fix fork repo and macaron API broken

This commit is contained in:
Unknwon 2014-10-24 18:43:17 -04:00
parent baae94b9cf
commit f1d8746264
8 changed files with 171 additions and 178 deletions

View file

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