X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst.pm;h=eeac89eaab04ed17447a16384a3d86a1c5852c5b;hb=26e6b22632433ceb13b50324d72fadaf5098c49a;hp=d671fc283aa2d47cb37df43a5330fd673478b9e3;hpb=32620e3e2e33e336e75865b500a0d4686893e675;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index d671fc2..eeac89e 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -7,7 +7,7 @@ use Catalyst::Log; __PACKAGE__->mk_classdata($_) for qw/_config log/; -our $VERSION = '4.32'; +our $VERSION = '4.33'; our @ISA; =head1 NAME