From 7507f23ada3cc133f8ffa85cd5ff4153eb0d5d94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Pi=C4=8Dman?= Date: Tue, 5 Feb 2019 10:59:33 +0100 Subject: [PATCH] 1.0.0 devel --- init.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.rb b/init.rb index f2dc9ce..84cd68d 100644 --- a/init.rb +++ b/init.rb @@ -25,7 +25,7 @@ Redmine::Plugin.register :redmine_custom_workflows do name 'Redmine Custom Workflow plugin' author 'Anton Argirov' description 'Allows to create custom workflows for issues, defined in the plain Ruby language' - version '0.1.6' + version '1.0.0 devel' url 'http://www.redmine.org/plugins/custom-workflows' # In order to the plugin in Redmine < 4 (Rails < 5), comment out the following line and modify Gemfile according to