From 2e91a88a9422d39cb4e8316403d95c590b1bc056 Mon Sep 17 00:00:00 2001 From: Jens Ulferts Date: Thu, 19 Jul 2012 14:35:14 +0200 Subject: [PATCH] Releasing 0.1.14 * specfix: incompatibility with other plugin --- init.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.rb b/init.rb index 75cfdfbb99..b8015cefbc 100644 --- a/init.rb +++ b/init.rb @@ -21,7 +21,7 @@ Redmine::Plugin.register :redmine_global_roles do name 'Global Roles plugin' author 'Jens Ulferts @ finnlabs' description 'Adds global, meaning non project bound, roles. Create Project becomes a global role.' - version 'master' + version '0.1.14' if RAILS_ENV != "test" require_or_load 'global_roles/permission_patch'