From: Karen Etheridge Date: Sat, 17 Sep 2022 18:16:54 +0000 (-0700) Subject: Bumping version to 1.004004 X-Git-Tag: v1.004004~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FJSON-MaybeXS.git;a=commitdiff_plain;h=f08c152102c16a492b3c66752c533e2e000d2365 Bumping version to 1.004004 --- diff --git a/lib/JSON/MaybeXS.pm b/lib/JSON/MaybeXS.pm index 86d0006..de07f24 100644 --- a/lib/JSON/MaybeXS.pm +++ b/lib/JSON/MaybeXS.pm @@ -4,7 +4,7 @@ use strict; use warnings FATAL => 'all'; use base qw(Exporter); -our $VERSION = '1.004003'; +our $VERSION = '1.004004'; $VERSION =~ tr/_//d; sub _choose_json_module {