Version 1.10
[catagits/Catalyst-Action-REST.git] / lib / Catalyst / Action / Serialize / JSON.pm
index e58907f..466bb83 100644 (file)
@@ -6,7 +6,7 @@ use namespace::autoclean;
 extends 'Catalyst::Action';
 use JSON ();
 
-our $VERSION = '1.02';
+our $VERSION = '1.10';
 $VERSION = eval $VERSION;
 
 has encoder => (