diff --git a/Gemfile.lock b/Gemfile.lock index 7b5f953..420290e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - cryptocompare (0.16.0) + cryptocompare (0.17.0) faraday json diff --git a/lib/cryptocompare/version.rb b/lib/cryptocompare/version.rb index 6212a4c..046b029 100644 --- a/lib/cryptocompare/version.rb +++ b/lib/cryptocompare/version.rb @@ -1,3 +1,3 @@ module Cryptocompare - VERSION = "0.16.0".freeze + VERSION = "0.17.0".freeze end