From a8275c227e9c60c8d0e70a8ec485f2c4b716b106 Mon Sep 17 00:00:00 2001 From: Alexander Olofsson <alexander.olofsson@liu.se> Date: Mon, 13 Mar 2023 11:03:04 +0100 Subject: [PATCH] Version 0.4.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 2dd3ad6..4a882d7 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.3.0' + VERSION = '0.4.0' end -- GitLab