Bump versions 1.21
Tomas Doran [Sun, 18 Oct 2009 17:35:51 +0000 (17:35 +0000)]
Changes
lib/Catalyst/Devel.pm

diff --git a/Changes b/Changes
index df08c05..7793684 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 This file documents the revision history for Perl extension Catalyst-Devel.
 
+1.21   2009-10-18 18:33:33
         - The Restarter code cause stack traces for certain types of errors to
           grow longer and longer with every restart. (Dave Rolsky)
 
index 3f0f089..05fe15b 100644 (file)
@@ -3,7 +3,7 @@ package Catalyst::Devel;
 use strict;
 use warnings;
 
-our $VERSION             = '1.20';
+our $VERSION             = '1.21';
 our $CATALYST_SCRIPT_GEN = 39;
 
 $VERSION = eval $VERSION;