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