From 25dd24cdec333513b63aecb3985bd8dea12a77a9 Mon Sep 17 00:00:00 2001 From: CSCSxx Date: Fri, 13 Oct 2023 11:50:28 +0200 Subject: [PATCH] Update init.rb Error during migration in Redmine 5.0.6 "Could not Find - mean you..." --- init.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.rb b/init.rb index 86f8d72..c462b67 100644 --- a/init.rb +++ b/init.rb @@ -4,7 +4,7 @@ name 'Redmine Issues Tree plugin' author 'Ivan Zabrovskiy' description 'Please, use proper branch of the plugin instead of master! Provides a tree view of the issues list. ' - version RedmineIssuesTree::VERSION + version RedmineIssuesTree::Version url 'https://github.com/Loriowar/redmine_issues_tree' author_url 'https://github.com/Loriowar' end