From 544bb0b0801c9d0423246cec7791cf5b7b6a77a9 Mon Sep 17 00:00:00 2001 From: Leos Stejskal Date: Wed, 2 Nov 2022 14:32:29 +0100 Subject: [PATCH] Bump version to 21.0.4 --- lib/foreman_discovery/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/foreman_discovery/version.rb b/lib/foreman_discovery/version.rb index 80b5ac48..93fef6ae 100644 --- a/lib/foreman_discovery/version.rb +++ b/lib/foreman_discovery/version.rb @@ -1,3 +1,3 @@ module ForemanDiscovery - VERSION = "21.0.3" + VERSION = "21.0.4" end