From 169dcd9518a3d31eaafc8644be0bff9eb6f172e4 Mon Sep 17 00:00:00 2001 From: Stephen MacVicar Date: Wed, 5 Jun 2024 10:08:27 -0400 Subject: [PATCH] bump version --- Gemfile.lock | 2 +- lib/covid19_vci/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index be4c729..be748a9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - shc_vaccination_test_kit (0.1.0) + shc_vaccination_test_kit (0.2.0) health_cards (= 0.0.2) inferno_core (>= 0.4.37) diff --git a/lib/covid19_vci/version.rb b/lib/covid19_vci/version.rb index 6a90ddd..1c7e47a 100644 --- a/lib/covid19_vci/version.rb +++ b/lib/covid19_vci/version.rb @@ -1,3 +1,3 @@ module Covid19VCI - VERSION = '0.1.0'.freeze + VERSION = '0.2.0'.freeze end