Bump versions for release
[catagits/Catalyst-Action-REST.git] / lib / Catalyst / TraitFor / Request / REST / ForBrowsers.pm
index ef98c19..cdb79a1 100644 (file)
@@ -4,6 +4,9 @@ use namespace::autoclean;
 
 with 'Catalyst::TraitFor::Request::REST';
 
+our $VERSION = '0.82';
+$VERSION = eval $VERSION;
+
 has _determined_real_method => (
     is  => 'rw',
     isa => 'Bool',