From 2e7fcce48caebfbf666588dff1e36e50e710b0a3 Mon Sep 17 00:00:00 2001 From: Alexander Olofsson <alexander.olofsson@liu.se> Date: Mon, 28 Oct 2024 10:20:41 +0100 Subject: [PATCH] Version 0.4.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 66b1362..9b6ed72 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.3.0' + VERSION = '0.4.0' end -- GitLab