From 33719bb71b8e6a725f10952b42072c8812bf41a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20G=C3=BCnther?= Date: Wed, 10 Aug 2016 16:33:10 +0200 Subject: [PATCH] Bump VERSION to 6.0.3 --- 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 b4cf881f34..3ccf216d93 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.0.2" + VERSION = "6.0.3" end end