Skip to content

Commit 32f25b3

Browse files
authored
Merge pull request #12 from indexdata/b1.28
Release v1.28
2 parents 8300c87 + 34bbf7b commit 32f25b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Changes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Revision history for Perl extension Net::Z3950::SimpleServer
22

3-
IN PROGRESS
3+
1.28 Wed 31 Jul 2024 18:28:11 BST
44
* Revert ZOOM-31, which prevented installation from
55
working. See https://folio-org.atlassian.net/browse/ZF-103
66

SimpleServer.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ require AutoLoader;
3636

3737
@ISA = qw(Exporter AutoLoader DynaLoader);
3838
@EXPORT = qw( );
39-
$VERSION = '1.27';
39+
$VERSION = '1.28';
4040

4141
bootstrap Net::Z3950::SimpleServer $VERSION;
4242

0 commit comments

Comments
 (0)