make bump
Karen Etheridge [Sat, 11 Oct 2014 22:21:40 +0000 (15:21 -0700)]
lib/JSON/MaybeXS.pm

index d29dae6..7b0f64e 100644 (file)
@@ -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'};