Bump versions 0.78
Tomas Doran (t0m) [Mon, 28 Sep 2009 14:02:52 +0000 (15:02 +0100)]
lib/Catalyst/Action/REST.pm
lib/Catalyst/Controller/REST.pm

index c0f7823..7ddf629 100644 (file)
@@ -17,7 +17,7 @@ use Catalyst::Controller::REST;
 
 BEGIN { require 5.008001; }
 
-our $VERSION = '0.77';
+our $VERSION = '0.78';
 $VERSION = eval $VERSION;
 
 sub new {
index be91848..e855c9c 100644 (file)
@@ -2,7 +2,7 @@ package Catalyst::Controller::REST;
 use strict;
 use warnings;
 
-our $VERSION = '0.77';
+our $VERSION = '0.78';
 $VERSION = eval $VERSION;
 
 =head1 NAME