From: Karen Etheridge Date: Sat, 11 Oct 2014 22:21:40 +0000 (-0700) Subject: make bump X-Git-Tag: v1.002004~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=98ab4c5836e0d216afead3b7c9f23d9e98ccf807;p=p5sagit%2FJSON-MaybeXS.git make bump --- diff --git a/lib/JSON/MaybeXS.pm b/lib/JSON/MaybeXS.pm index d29dae6..7b0f64e 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.002003'; +our $VERSION = '1.002004'; sub _choose_json_module { return 'Cpanel::JSON::XS' if $INC{'Cpanel/JSON/XS.pm'};