From c39e916a345c312a73ad249f072880aa2a87c0ff Mon Sep 17 00:00:00 2001 From: Libor Pichler Date: Wed, 21 Jul 2021 16:32:32 +0200 Subject: [PATCH] 5.0.6 --- lib/insights/api/common/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/insights/api/common/version.rb b/lib/insights/api/common/version.rb index 9bd760e0..a39146f3 100644 --- a/lib/insights/api/common/version.rb +++ b/lib/insights/api/common/version.rb @@ -1,7 +1,7 @@ module Insights module API module Common - VERSION = "5.0.5".freeze + VERSION = "5.0.6".freeze end end end