Bump version number in prep for a new dev release
Tomas Doran [Mon, 12 Jan 2009 03:53:15 +0000 (03:53 +0000)]
lib/Catalyst.pm
lib/Catalyst/Runtime.pm

index 80ba3f8..039962b 100644 (file)
@@ -81,7 +81,7 @@ __PACKAGE__->stats_class('Catalyst::Stats');
 
 # Remember to update this in Catalyst::Runtime as well!
 
-our $VERSION = '5.8000_04';
+our $VERSION = '5.8000_05';
 
 sub import {
     my ( $class, @arguments ) = @_;
index a48a703..63fd1f2 100644 (file)
@@ -7,7 +7,7 @@ BEGIN { require 5.008001; }
 
 # Remember to update this in Catalyst as well!
 
-our $VERSION='5.8000_04';
+our $VERSION='5.8000_05';
 
 $VERSION= eval $VERSION;