1.0.0 devel

This commit is contained in:
Karel Pičman 2019-02-05 10:59:33 +01:00
parent 197086ca06
commit 7507f23ada

View File

@ -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