From f3659bf95385988c1f89884652c2b15ecf60d649 Mon Sep 17 00:00:00 2001 From: Jakob Skjerning Date: Sun, 27 Apr 2014 15:04:37 +0200 Subject: [PATCH] Release version 2.0.0 This plugin has been around for a while and in production in many Redmine installations. The current 0.2.0 version didn't do this justice. Bumping all the way to 2.x to signal the compatibility with Redmines 2.x line. Going forward major version numbers should follow Redmines major versions. --- init.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.rb b/init.rb index da2638a..3f1048c 100644 --- a/init.rb +++ b/init.rb @@ -4,5 +4,5 @@ name 'Redmine Github Hook plugin' author 'Jakob Skjerning' description 'This plugin allows your Redmine installation to receive Github post-receive notifications' - version '0.2.0' + version '2.0.0' end