1
0
Fork 0
forked from forgejo/forgejo

finish initial version of pull request

This commit is contained in:
Unknwon 2015-09-02 16:18:09 -04:00
parent 842770d7fb
commit 83dc2468f5
38 changed files with 748 additions and 341 deletions

View file

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