Version 0.87
[catagits/Catalyst-Action-REST.git] / lib / Catalyst / Action / Deserialize / JSON.pm
index 215f959..75a168b 100644 (file)
@@ -6,7 +6,7 @@ use namespace::autoclean;
 extends 'Catalyst::Action';
 use JSON;
 
-our $VERSION = '0.85';
+our $VERSION = '0.87';
 $VERSION = eval $VERSION;
 
 sub execute {