Fixing Makefile.PL, RT#42859
[catagits/Catalyst-Action-REST.git] / lib / Catalyst / Action / REST.pm
index f4105aa..f8621da 100644 (file)
@@ -18,7 +18,7 @@ use Catalyst::Controller::REST;
 
 BEGIN { require 5.008001; }
 
-our $VERSION = '0.65';
+our $VERSION = '0.67';
 
 # This is wrong in several ways. First, there's no guarantee that
 # Catalyst.pm has not been subclassed. Two, there's no guarantee that