From: Karen Etheridge Date: Sat, 6 Dec 2014 04:26:20 +0000 (-0800) Subject: make bump X-Git-Tag: v1.003003~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FJSON-MaybeXS.git;a=commitdiff_plain;h=518fb7f355e3c47a594e0349e4fef5629bfd6b4d make bump --- diff --git a/lib/JSON/MaybeXS.pm b/lib/JSON/MaybeXS.pm index 33651f5..2f90001 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.003002'; +our $VERSION = '1.003003'; $VERSION = eval $VERSION; sub _choose_json_module {