From e2bf7bd9df1062e819ba0827342e899499ab8dd5 Mon Sep 17 00:00:00 2001 From: Alexander Olofsson <alexander.olofsson@liu.se> Date: Fri, 2 Dec 2022 14:49:36 +0100 Subject: [PATCH] Version 0.3.0 --- lib/foreman_template_tasks/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/foreman_template_tasks/version.rb b/lib/foreman_template_tasks/version.rb index 177ca13..66b1362 100644 --- a/lib/foreman_template_tasks/version.rb +++ b/lib/foreman_template_tasks/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module ForemanTemplateTasks - VERSION = '0.2.1' + VERSION = '0.3.0' end -- GitLab