From 4b6dcf200f03384c1aa7fe8d63a3d213b55f8271 Mon Sep 17 00:00:00 2001 From: Alexander Olofsson <alexander.olofsson@liu.se> Date: Thu, 15 Dec 2022 11:22:28 +0100 Subject: [PATCH] Version 0.3.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 be70894..2dd3ad6 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.2.0' + VERSION = '0.3.0' end -- GitLab