From bfa82099196fc43bbc7b8a48dfcab248ae10c3e6 Mon Sep 17 00:00:00 2001 From: Alexander Olofsson <alexander.olofsson@liu.se> Date: Mon, 28 Oct 2024 10:27:31 +0100 Subject: [PATCH] Version 0.0.4 --- README.md | 1 + lib/foreman_wds/version.rb | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b635405..d6624b0 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ If you don't want the lifecycle management features of Foreman, you can ignore t | Foreman Version | Plugin Version | | --------------- | -------------- | +| >= 3.12 | >= 0.0.4 | | >= 1.23 | any | ## Installation diff --git a/lib/foreman_wds/version.rb b/lib/foreman_wds/version.rb index 91ec68c..26aed16 100644 --- a/lib/foreman_wds/version.rb +++ b/lib/foreman_wds/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module ForemanWds - VERSION = '0.0.3' + VERSION = '0.0.4' end -- GitLab