From 564451e917dfad03dac297806254e5d527bf136e Mon Sep 17 00:00:00 2001 From: Adam Ruzicka Date: Mon, 3 Aug 2020 16:19:06 +0200 Subject: [PATCH] Bump version to 3.3.5 --- 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 309dbc140..0181932be 100644 --- a/lib/foreman_remote_execution/version.rb +++ b/lib/foreman_remote_execution/version.rb @@ -1,3 +1,3 @@ module ForemanRemoteExecution - VERSION = '3.3.4'.freeze + VERSION = '3.3.5'.freeze end