From 4b07d294a940d099943813731e31c4ad351b0aea Mon Sep 17 00:00:00 2001 From: Alexander Olofsson <alexander.olofsson@liu.se> Date: Thu, 20 Feb 2025 16:25:13 +0100 Subject: [PATCH] Version 0.4.0 --- lib/foreman_passwordstate/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/foreman_passwordstate/version.rb b/lib/foreman_passwordstate/version.rb index e810c86..2c03cd9 100644 --- a/lib/foreman_passwordstate/version.rb +++ b/lib/foreman_passwordstate/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module ForemanPasswordstate - VERSION = '0.3.1' + VERSION = '0.4.0' end -- GitLab