why oh why does every class have VERSION???
[catagits/Catalyst-Action-REST.git] / lib / Catalyst / Controller / REST.pm
index 6df8461..9c21319 100644 (file)
@@ -2,7 +2,7 @@ package Catalyst::Controller::REST;
 use Moose;
 use namespace::autoclean;
 
-our $VERSION = '1.11';
+our $VERSION = '1.13';
 $VERSION = eval $VERSION;
 
 =head1 NAME