From 25dc5874a7b856225c19ccfdfba1c8bc6d78afd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20G=C3=BCnther?= Date: Fri, 25 May 2018 15:45:14 +0200 Subject: [PATCH] Bump VERSION to 7.4.6 --- 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 7b804b19f9..f11d74fde1 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.5" + VERSION = "7.4.6" end end