diff --git a/Gemfile.lock b/Gemfile.lock index e1478d5..de0dfe0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,14 +1,14 @@ PATH remote: . specs: - cloudstack_client (1.5.12) + cloudstack_client (1.6.0) GEM remote: https://rubygems.org/ specs: bond (0.5.1) minitest (5.27.0) - rake (13.3.1) + rake (13.4.1) ripl (0.7.1) bond (~> 0.5.1) thor (1.5.0) diff --git a/lib/cloudstack_client/version.rb b/lib/cloudstack_client/version.rb index 1184e90..7033c10 100644 --- a/lib/cloudstack_client/version.rb +++ b/lib/cloudstack_client/version.rb @@ -1,3 +1,3 @@ module CloudstackClient - VERSION = "1.5.12" + VERSION = "1.6.0" end