From 2731908bfa642997355ee2517f69c2c39e661b11 Mon Sep 17 00:00:00 2001 From: Tony Cook Date: Mon, 2 Sep 2024 11:55:34 +1000 Subject: [PATCH] bump $XS::APItest::VERSION --- ext/XS-APItest/APItest.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/XS-APItest/APItest.pm b/ext/XS-APItest/APItest.pm index e356c5a3b1..d782d91f9e 100644 --- a/ext/XS-APItest/APItest.pm +++ b/ext/XS-APItest/APItest.pm @@ -4,7 +4,7 @@ use strict; use warnings; use Carp; -our $VERSION = '1.37'; +our $VERSION = '1.38'; require XSLoader;