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