diff --git a/Gemfile.lock b/Gemfile.lock index d8aa003..e851377 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - investec_open_api (2.1.0) + investec_open_api (2.2.0) base64 faraday money diff --git a/lib/investec_open_api/version.rb b/lib/investec_open_api/version.rb index c86c3cf..6b13d00 100644 --- a/lib/investec_open_api/version.rb +++ b/lib/investec_open_api/version.rb @@ -1,3 +1,3 @@ module InvestecOpenApi - VERSION = "2.1.0" + VERSION = "2.2.0" end