Version 0.87
[catagits/Catalyst-Action-REST.git] / lib / Catalyst / Controller / REST.pm
index 0c40bcf..87bb7aa 100644 (file)
@@ -2,7 +2,7 @@ package Catalyst::Controller::REST;
 use Moose;
 use namespace::autoclean;
 
-our $VERSION = '0.86';
+our $VERSION = '0.87';
 $VERSION = eval $VERSION;
 
 =head1 NAME