From de9fca41af89891593ca17765a4b2a4792cdc81b Mon Sep 17 00:00:00 2001 From: Leos Stejskal Date: Thu, 12 Sep 2024 09:36:15 +0200 Subject: [PATCH] Bump version to 25.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 2b5910da..155c9c00 100644 --- a/lib/foreman_discovery/version.rb +++ b/lib/foreman_discovery/version.rb @@ -1,3 +1,3 @@ module ForemanDiscovery - VERSION = "24.0.2" + VERSION = "25.0.0" end