summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2020-12-14 16:00:33 +1100
committerKarl Williamson <khw@cpan.org>2020-12-14 13:25:17 -0700
commit7d3dc46a32cd59eedc4b0f4aa00147ad35a398ef (patch)
tree4189ce63fafc89bc10f281ba9a12b6aacec5e2ff
parent385ff59891f97046e99af32c3718c9d5cea167e6 (diff)
downloadperl-7d3dc46a32cd59eedc4b0f4aa00147ad35a398ef.tar.gz
bump $XS::APItest::VERSION
-rw-r--r--ext/XS-APItest/APItest.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/XS-APItest/APItest.pm b/ext/XS-APItest/APItest.pm
index fc47450445..eda042ec0e 100644
--- a/ext/XS-APItest/APItest.pm
+++ b/ext/XS-APItest/APItest.pm
@@ -5,7 +5,7 @@ use strict;
use warnings;
use Carp;
-our $VERSION = '1.13';
+our $VERSION = '1.14';
require XSLoader;