From e214a5484e90d20a0cc7d6fdd3b9ac00e705d663 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20G=C3=BCnther?= Date: Tue, 25 Apr 2017 15:17:54 +0200 Subject: [PATCH] Bump version to 7.0.0 --- lib/open_project/webhooks/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/open_project/webhooks/version.rb b/lib/open_project/webhooks/version.rb index 4a3fffde88..c0a65b5a45 100644 --- a/lib/open_project/webhooks/version.rb +++ b/lib/open_project/webhooks/version.rb @@ -14,6 +14,6 @@ module OpenProject module Webhooks - VERSION = "6.2.0" + VERSION = "7.0.0" end end