From 5358f86d07d88afbe0c38ac8323495b225591d07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20G=C3=BCnther?= Date: Tue, 8 Mar 2016 07:54:16 +0100 Subject: [PATCH] Bump VERSION to 5.0.17 --- 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 ac151fc676..6f5fdc4a0c 100644 --- a/lib/open_project/webhooks/version.rb +++ b/lib/open_project/webhooks/version.rb @@ -14,6 +14,6 @@ module OpenProject module Webhooks - VERSION = "5.0.16" + VERSION = "5.0.17" end end