1
0
Fork 0
forked from forgejo/forgejo

Finish new organization members and invitation page

This commit is contained in:
Unknwon 2014-08-15 18:29:41 +08:00
parent 3e32b14ad4
commit 36b4c57ff1
24 changed files with 450 additions and 208 deletions

View file

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