1
0
Fork 0
forked from forgejo/forgejo

#3091 show Git configs on admin panel

This commit is contained in:
Unknwon 2016-08-10 11:01:42 -07:00
parent 87b408a2e5
commit b85927e488
6 changed files with 64 additions and 12 deletions

View file

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