Version 0.88
[catagits/Catalyst-Action-REST.git] / lib / Catalyst / Action / Deserialize / YAML.pm
index af9f2fd..ef8e07a 100644 (file)
@@ -6,7 +6,7 @@ use namespace::autoclean;
 extends 'Catalyst::Action';
 use YAML::Syck;
 
-our $VERSION = '0.83';
+our $VERSION = '0.88';
 $VERSION = eval $VERSION;
 
 sub execute {