Version 1.10
[catagits/Catalyst-Action-REST.git] / lib / Catalyst / Request / REST.pm
index ffc063f..e03d4d1 100644 (file)
@@ -7,7 +7,7 @@ use namespace::autoclean;
 extends 'Catalyst::Request';
 with 'Catalyst::TraitFor::Request::REST';
 
-our $VERSION = '1.09';
+our $VERSION = '1.10';
 $VERSION = eval $VERSION;
 
 # Please don't take this as a recommended way to do things.