From 59bcc1d2caf4dbf79be40240bdb85ab0d98de9f2 Mon Sep 17 00:00:00 2001 From: Michael Grosser Date: Mon, 20 May 2024 20:58:12 +0200 Subject: [PATCH] v2.5.0 --- Gemfile.lock | 2 +- lib/fast_gettext/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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