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