From 5959ee42100c7942fd1ff553837566afd2590519 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20G=C3=BCnther?= Date: Tue, 10 Jul 2018 10:03:28 +0200 Subject: [PATCH] Bump VERSION to 7.4.7 --- 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 f11d74fde1..ba27be61a1 100644 --- a/lib/open_project/webhooks/version.rb +++ b/lib/open_project/webhooks/version.rb @@ -14,6 +14,6 @@ module OpenProject module Webhooks - VERSION = "7.4.6" + VERSION = "7.4.7" end end