#1143 Team member access lost when adding repository collaborator

- fix bug when add a repo to team, all other team members gets access as well
This commit is contained in:
Unknwon 2015-03-24 18:14:04 -04:00
parent ab6b288141
commit 6f81c05dde
4 changed files with 20 additions and 4 deletions

View file

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