From 8f6c0a0d56764af7bc82dcc608ac4512dedf92d2 Mon Sep 17 00:00:00 2001 From: Alexander Olofsson <alexander.olofsson@liu.se> Date: Wed, 17 Apr 2024 13:39:29 +0200 Subject: [PATCH] Version 0.2.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 a2f5f15..5221ca3 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.1.2' + VERSION = '0.2.0' end -- GitLab