From: Tomas Doran Date: Mon, 12 Jan 2009 03:53:15 +0000 (+0000) Subject: Bump version number in prep for a new dev release X-Git-Tag: 5.8000_05~25 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=c905f6c0bf4127644051e90a26c058a8be729c02;hp=f78c4567119fbb78dfedbff6d493f0c1216bc4e7 Bump version number in prep for a new dev release --- diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 80ba3f8..039962b 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -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 ) = @_; diff --git a/lib/Catalyst/Runtime.pm b/lib/Catalyst/Runtime.pm index a48a703..63fd1f2 100644 --- a/lib/Catalyst/Runtime.pm +++ b/lib/Catalyst/Runtime.pm @@ -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;