From a26cc8a29bb86185a5131a21e4e25166c503323e Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Wed, 5 Oct 2022 12:47:16 +0000 Subject: [PATCH] Bug 31684: Set Koha::Plugin::Test version to 'v1.01' Signed-off-by: David Nind Signed-off-by: Marcel de Rooy Signed-off-by: Tomas Cohen Arazi --- t/lib/plugins/Koha/Plugin/Test.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/lib/plugins/Koha/Plugin/Test.pm b/t/lib/plugins/Koha/Plugin/Test.pm index eee99859d1..bc2a85741f 100644 --- a/t/lib/plugins/Koha/Plugin/Test.pm +++ b/t/lib/plugins/Koha/Plugin/Test.pm @@ -11,7 +11,7 @@ use Mojo::JSON qw( decode_json ); ## Required for all plugins use base qw(Koha::Plugins::Base); -our $VERSION = 1.01; +our $VERSION = "v1.01"; our $metadata = { name => 'Test Plugin', author => 'Kyle M Hall', -- 2.20.1