From 3108752c58c93659371c236569a4fb1e20f30ad9 Mon Sep 17 00:00:00 2001 From: Alex Kibler Date: Mon, 30 Mar 2026 15:13:30 -0600 Subject: [PATCH] Update to Version 0.2.2 --- Gemfile.lock | 2 +- lib/data_nexus/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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