From fcaf9d51d14fe2c24e2063ea25eead18980039c8 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' Content-Type: text/plain; charset=utf-8 Signed-off-by: David Nind Signed-off-by: Marcel de Rooy --- 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.30.2