From 60789e23ddb99f67d6e09228eb3976e4a6764c2c Mon Sep 17 00:00:00 2001 From: Alexander Olofsson <alexander.olofsson@liu.se> Date: Wed, 30 Nov 2022 13:47:15 +0100 Subject: [PATCH] Version 0.2.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 71d2953..be70894 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.1.0' + VERSION = '0.2.0' end -- GitLab