Skip to content

Commit 62da379

Browse files
committed
version bump
1 parent bc35b78 commit 62da379

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Koha/Plugin/Com/PTFSEurope/PluginBackend.pm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ use File::Basename qw( dirname );
1717
use Koha::Libraries;
1818
use Koha::Patrons;
1919

20-
our $VERSION = "2.0.6";
20+
our $VERSION = "2.0.7";
2121

2222
our $metadata = {
2323
name => 'PluginBackend',
2424
author => 'PTFS-Europe',
2525
date_authored => '2023-10-30',
26-
date_updated => '2025-01-03',
27-
minimum_version => '24.05.00.000',
26+
date_updated => '2025-10-28',
27+
minimum_version => '25.11.00.000',
2828
maximum_version => undef,
2929
version => $VERSION,
3030
description => 'This plugin is an ILL backend plugin example'

0 commit comments

Comments
 (0)