bump version

This commit is contained in:
2023-03-22 12:56:34 +01:00
parent d3630b8d37
commit 818bbebee9
2 changed files with 3 additions and 2 deletions

View File

@@ -1,5 +1,6 @@
0.13 0.13
o rework commit 495fcbc o rework commit 495fcbc: fix bug#14: do not die when
array ref doesn't match reference, only report.
0.12 0.12
o revert commit 495fcbc, see #7: breaks backwards o revert commit 495fcbc, see #7: breaks backwards

View File

@@ -21,7 +21,7 @@ use File::stat;
use Data::Validate qw(:math is_printable); use Data::Validate qw(:math is_printable);
use Data::Validate::IP qw(is_ipv4 is_ipv6); use Data::Validate::IP qw(is_ipv4 is_ipv6);
our $VERSION = 0.12; our $VERSION = 0.13;
use vars qw(@ISA); use vars qw(@ISA);