From 01d063bf2687e65534e977c8e7cb61cf57210f72 Mon Sep 17 00:00:00 2001 From: Adam Ruzicka Date: Thu, 20 Jun 2024 14:40:39 +0200 Subject: [PATCH] Bump version to 13.2.1 --- lib/foreman_remote_execution/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/foreman_remote_execution/version.rb b/lib/foreman_remote_execution/version.rb index 9d9b384fd..291e3db30 100644 --- a/lib/foreman_remote_execution/version.rb +++ b/lib/foreman_remote_execution/version.rb @@ -1,3 +1,3 @@ module ForemanRemoteExecution - VERSION = '13.2.0'.freeze + VERSION = '13.2.1'.freeze end