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