From b4d08a509d846b96db160038e6fbf2aadea724d0 Mon Sep 17 00:00:00 2001 From: Leos Stejskal Date: Fri, 16 Feb 2024 09:30:31 +0100 Subject: [PATCH] Bump version to 24.0.0 --- 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 1f4dc8e6..c2c94753 100644 --- a/lib/foreman_discovery/version.rb +++ b/lib/foreman_discovery/version.rb @@ -1,3 +1,3 @@ module ForemanDiscovery - VERSION = "23.0.0" + VERSION = "24.0.0" end