From 7674eb27618dbcebc0d6ee813855d4c2ad900d30 Mon Sep 17 00:00:00 2001 From: Mizuki Ishikawa Date: Fri, 8 Sep 2023 09:12:51 +0900 Subject: [PATCH] Update init.rb --- init.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.rb b/init.rb index 375c3ac..4064bc4 100644 --- a/init.rb +++ b/init.rb @@ -6,7 +6,7 @@ p = Redmine::Plugin.register :redmine_message_customize do name 'Redmine message customize plugin' - version '0.1.7' + version '0.1.8' description 'This is a plugin that allows messages in Redmine to be overwritten from the admin view' author 'Far End Technologies Corporation' url 'https://github.com/farend/redmine_message_customize'