From: Karen Etheridge Date: Sat, 10 Sep 2016 23:21:36 +0000 (-0700) Subject: Bumping version to 1.003007 X-Git-Tag: v1.003007~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=59a377188320d973ab499211605fb6d28e503415;p=p5sagit%2FJSON-MaybeXS.git Bumping version to 1.003007 --- diff --git a/lib/JSON/MaybeXS.pm b/lib/JSON/MaybeXS.pm index aa2f06d..41b0d0d 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.003006_001'; +our $VERSION = '1.003007'; $VERSION = eval $VERSION; sub _choose_json_module {