1
0
Fork 0
forked from forgejo/forgejo

Page: /org/:orgname/settings

This commit is contained in:
Unknwon 2014-08-14 14:12:21 +08:00
parent 2935ee440c
commit 5acc948562
19 changed files with 393 additions and 184 deletions

View file

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