1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-04 17:47:19 +00:00

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())