From 394835a889ed43f56abff36d6eed9c34869723e5 Mon Sep 17 00:00:00 2001 From: Jakob Skjerning Date: Thu, 7 Aug 2014 21:50:46 +0200 Subject: [PATCH] Bump version --- lib/redmine_github_hook/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/redmine_github_hook/version.rb b/lib/redmine_github_hook/version.rb index c4d764c..cc15a33 100644 --- a/lib/redmine_github_hook/version.rb +++ b/lib/redmine_github_hook/version.rb @@ -1,3 +1,3 @@ module RedmineGithubHook - VERSION = "2.0.0" + VERSION = "2.1.0" end