diff --git a/Gemfile.lock b/Gemfile.lock index b249edc..b01e1f0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - camt_parser (2.17.0) + camt_parser (2.18.0) bigdecimal nokogiri diff --git a/lib/camt_parser/version.rb b/lib/camt_parser/version.rb index 0b72213..e7f8896 100644 --- a/lib/camt_parser/version.rb +++ b/lib/camt_parser/version.rb @@ -1,3 +1,3 @@ module CamtParser - VERSION = '2.17.0'.freeze + VERSION = '2.18.0'.freeze end