From 9259183a35c5acd6bb28456589ecc9814928aad7 Mon Sep 17 00:00:00 2001 From: Paulo Abreu Date: Mon, 28 Oct 2024 23:44:48 +0000 Subject: [PATCH] 7.0.10 release --- rails-i18n.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rails-i18n.gemspec b/rails-i18n.gemspec index 7a21dc64..82a47695 100644 --- a/rails-i18n.gemspec +++ b/rails-i18n.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = "rails-i18n" - s.version = '7.0.9' + s.version = '7.0.10' s.authors = ["Rails I18n Group"] s.email = "rails-i18n@googlegroups.com" s.homepage = "https://github.com/svenfuchs/rails-i18n"