diff --git a/Gemfile.lock b/Gemfile.lock index 014cc24..e77f65f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - data_nexus (0.2.1) + data_nexus (0.2.2) faraday (~> 2.0) faraday-retry (~> 2.0) diff --git a/lib/data_nexus/version.rb b/lib/data_nexus/version.rb index 3812ce4..734a2a9 100644 --- a/lib/data_nexus/version.rb +++ b/lib/data_nexus/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module DataNexus - VERSION = '0.2.1' + VERSION = '0.2.2' end