From 40db8e6bb33a816f93c3e44897fe97abd225fc69 Mon Sep 17 00:00:00 2001 From: "Paul \"LeoNerd\" Evans" Date: Mon, 3 Feb 2025 21:30:19 +0000 Subject: [PATCH] Bump $VERSION in XS::APItest --- 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 3b7201a0daf4..085e6dc2117e 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.40'; +our $VERSION = '1.41'; require XSLoader;