From 034299e08a60ad6251651f2b0abdd9ef56828537 Mon Sep 17 00:00:00 2001 From: Alexander Olofsson <alexander.olofsson@liu.se> Date: Mon, 28 Oct 2024 10:14:09 +0100 Subject: [PATCH] Version 0.5.0 --- lib/foreman_notification_send/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/foreman_notification_send/version.rb b/lib/foreman_notification_send/version.rb index 95eb301..80942c7 100644 --- a/lib/foreman_notification_send/version.rb +++ b/lib/foreman_notification_send/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module ForemanNotificationSend - VERSION = '0.4.1' + VERSION = '0.5.0' end -- GitLab