From 356605ff9bf3175520abf97860584b624e98e94f Mon Sep 17 00:00:00 2001 From: Adam Ruzicka Date: Thu, 30 May 2024 11:59:42 +0200 Subject: [PATCH] Bump version to 13.2.0 --- 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 8ebc6ba39..9d9b384fd 100644 --- a/lib/foreman_remote_execution/version.rb +++ b/lib/foreman_remote_execution/version.rb @@ -1,3 +1,3 @@ module ForemanRemoteExecution - VERSION = '13.1.1'.freeze + VERSION = '13.2.0'.freeze end