From b9d3eb00eeb61200ee69b57e2e872cbb64c9c721 Mon Sep 17 00:00:00 2001 From: Leos Stejskal Date: Tue, 3 Mar 2026 15:49:19 +0100 Subject: [PATCH] Bump version to 23.2.0 --- lib/foreman_bootdisk/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/foreman_bootdisk/version.rb b/lib/foreman_bootdisk/version.rb index 03a9c3c..45c4cfb 100644 --- a/lib/foreman_bootdisk/version.rb +++ b/lib/foreman_bootdisk/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module ForemanBootdisk - VERSION = '23.1.2' + VERSION = '23.2.0' end