From a44d7391c4e3339e6ccc8b8f82c6957022a75475 Mon Sep 17 00:00:00 2001 From: Alexander Olofsson <alexander.olofsson@liu.se> Date: Mon, 28 Oct 2024 13:50:14 +0100 Subject: [PATCH] Version 0.3.2 --- lib/foreman_cement/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/foreman_cement/version.rb b/lib/foreman_cement/version.rb index 0c209dd..39cf1e8 100644 --- a/lib/foreman_cement/version.rb +++ b/lib/foreman_cement/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module ForemanCement - VERSION = '0.3.1' + VERSION = '0.3.2' end -- GitLab