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 <flozzone@gmail.com>
This commit is contained in:
flozzone 2020-05-08 18:26:21 +02:00
parent 25180d0909
commit 18f167930b

View File

@ -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",