From 18f167930b1f37e2a2c65fe6ee65e8eaa4210d22 Mon Sep 17 00:00:00 2001 From: flozzone Date: Fri, 8 May 2020 18:26:21 +0200 Subject: [PATCH] Increase version to 0.0.2 Git Tag says 0.0.2 but version in plugin is still set to 0.0.2 Signed-off-by: flozzone --- init.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.rb b/init.rb index 2033efc..8906267 100644 --- a/init.rb +++ b/init.rb @@ -8,7 +8,7 @@ Redmine::Plugin.register :redmine_git_remote do author 'Alex Dergachev' url 'https://github.com/dergachev/redmine_git_remote' description 'Automatically clone and fetch remote git repositories' - version '0.0.1' + version '0.0.2' settings :default => { 'git_remote_repo_clone_path' => Pathname.new(__FILE__).join("../").realpath.to_s + "/repos",