1
0
Fork 0
forked from forgejo/forgejo

Finish create organization team

This commit is contained in:
Unknown 2014-07-02 16:42:16 -04:00
parent e57aebb316
commit 465dc962b5
13 changed files with 389 additions and 247 deletions

View file

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