diff --git a/Gemfile.lock b/Gemfile.lock index 524077c..f0a5006 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - data_nexus (0.1.0) + data_nexus (0.2.0) faraday (~> 2.0) faraday-retry (~> 2.0) diff --git a/lib/data_nexus/version.rb b/lib/data_nexus/version.rb index 9c22ddb..272e15d 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.1.0' + VERSION = '0.2.0' end