From 616badaa7ca38914b7a141f056670d1181d3ed4a Mon Sep 17 00:00:00 2001 From: Jakob Skjerning Date: Sat, 30 May 2015 16:04:41 +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 cc15a33..1f583cd 100644 --- a/lib/redmine_github_hook/version.rb +++ b/lib/redmine_github_hook/version.rb @@ -1,3 +1,3 @@ module RedmineGithubHook - VERSION = "2.1.0" + VERSION = "2.2.0" end