From 147c21d69ab92a135170ce921082fa89f036d005 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 24 Jun 2021 15:49:44 +0000 Subject: [PATCH] (GEM) update orchestrator_client version to 0.5.2 --- lib/orchestrator_client/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/orchestrator_client/version.rb b/lib/orchestrator_client/version.rb index 928e719..31fdf2d 100644 --- a/lib/orchestrator_client/version.rb +++ b/lib/orchestrator_client/version.rb @@ -1,3 +1,3 @@ class OrchestratorClient - VERSION = '0.5.1'.freeze + VERSION = '0.5.2'.freeze end