From c5b53fa6eed81d3e60a3e74b93919f73356b800a Mon Sep 17 00:00:00 2001 From: Alexander Olofsson <alexander.olofsson@liu.se> Date: Fri, 2 Dec 2022 10:50:05 +0100 Subject: [PATCH] Version 0.1.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 ca6faa9..a069c47 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.0.1' + VERSION = '0.1.0' end -- GitLab