From 4e87e62d5ce9ff7fb189d895c0e2b20b8b322ad8 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Mon, 29 May 2017 16:33:18 -0400 Subject: models/repo_collaboration: cannot change permissions of collaborators (#4512) --- gogs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gogs.go') diff --git a/gogs.go b/gogs.go index 23a96910..2252f6e1 100644 --- a/gogs.go +++ b/gogs.go @@ -16,7 +16,7 @@ import ( "github.com/gogits/gogs/pkg/setting" ) -const APP_VER = "0.11.11.0521" +const APP_VER = "0.11.12.0529" func init() { setting.AppVer = APP_VER -- cgit v1.2.3