diff --git a/Gemfile.lock b/Gemfile.lock index cb921ff..85d67e3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - fast_gettext (2.0.2) + fast_gettext (2.0.3) GEM remote: https://rubygems.org/ diff --git a/lib/fast_gettext/version.rb b/lib/fast_gettext/version.rb index 053ed0e..3cd297c 100644 --- a/lib/fast_gettext/version.rb +++ b/lib/fast_gettext/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module FastGettext - VERSION = Version = '2.0.2' # rubocop:disable Naming/ConstantName + VERSION = Version = '2.0.3' # rubocop:disable Naming/ConstantName end