Bump versions for release
[catagits/Catalyst-Action-REST.git] / lib / Catalyst / Action / Deserialize / View.pm
index 90cfb54..0c40420 100644 (file)
@@ -5,6 +5,9 @@ use namespace::autoclean;
 
 extends 'Catalyst::Action';
 
+our $VERSION = '0.82';
+$VERSION = eval $VERSION;
+
 sub execute {
     return 1;
 }