make bump
Karen Etheridge [Tue, 7 Oct 2014 16:39:10 +0000 (09:39 -0700)]
lib/JSON/MaybeXS.pm

index f646237..30ca083 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 use warnings FATAL => 'all';
 use base qw(Exporter);
 
-our $VERSION = '1.002002';
+our $VERSION = '1.002003';
 
 sub _choose_json_module {
     return 'Cpanel::JSON::XS' if $INC{'Cpanel/JSON/XS.pm'};