From fc0fb2bcaa2fe30b2bc3b638a53edc21dd9cdea6 Mon Sep 17 00:00:00 2001 From: Alexander Olofsson <alexander.olofsson@liu.se> Date: Mon, 15 Apr 2024 11:03:43 +0200 Subject: [PATCH] Version 0.0.3 --- lib/foreman_wds/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/foreman_wds/version.rb b/lib/foreman_wds/version.rb index 9dc4794..91ec68c 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.2' + VERSION = '0.0.3' end -- GitLab