From 637f311d4bfb9588538ca367656cd48e00cf1f96 Mon Sep 17 00:00:00 2001 From: Alex Kibler Date: Wed, 4 Feb 2026 10:13:44 -0700 Subject: [PATCH] Bump version to 0.2.0 --- 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 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