summaryrefslogtreecommitdiffstats
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-03-24 18:14:04 -0400
committerUnknwon <u@gogs.io>2015-03-24 18:14:04 -0400
commit6f81c05dde2def51c30a97f65f901ae45c971e05 (patch)
treed05c93bf9c941e8b3aac98a40ca854285e472020 /gogs.go
parentab6b2881412bbb039f0bf6a829586b434f4bd65b (diff)
downloadgitea-6f81c05dde2def51c30a97f65f901ae45c971e05.tar.gz
gitea-6f81c05dde2def51c30a97f65f901ae45c971e05.zip
#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
Diffstat (limited to 'gogs.go')
-rw-r--r--gogs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/gogs.go b/gogs.go
index 9948ee7285..7f12623e35 100644
--- a/gogs.go
+++ b/gogs.go
@@ -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())