diff --git a/Gemfile.lock b/Gemfile.lock index 09bf18d..278af10 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - fast_gettext (2.4.0) + fast_gettext (2.5.0) prime GEM diff --git a/lib/fast_gettext/version.rb b/lib/fast_gettext/version.rb index a9592eb..5c1d332 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.4.0' # rubocop:disable Naming/ConstantName + VERSION = Version = '2.5.0' # rubocop:disable Naming/ConstantName end