From 76248e6cd7ac9f5e1da8bf7798a619a02b8f25dc Mon Sep 17 00:00:00 2001 From: Sahil Gadimbayli Date: Tue, 24 Nov 2020 21:37:10 +0400 Subject: [PATCH] Bump version to 1.0.2 --- Gemfile.lock | 2 +- lib/sepa_reason_codes/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 94343e7..e19fb60 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - sepa_reason_codes (1.0.1) + sepa_reason_codes (1.0.2) GEM remote: https://rubygems.org/ diff --git a/lib/sepa_reason_codes/version.rb b/lib/sepa_reason_codes/version.rb index 395afba..fae0a07 100644 --- a/lib/sepa_reason_codes/version.rb +++ b/lib/sepa_reason_codes/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module SepaReasonCodes - VERSION = '1.0.1' + VERSION = '1.0.2' end