updated version number, added changes.
[catagits/Catalyst-Runtime.git] / lib / Catalyst.pm
index a8e997a..6dc0f13 100644 (file)
@@ -9,7 +9,7 @@ use Text::ASCIITable;
 
 __PACKAGE__->mk_classdata($_) for qw/dispatcher engine log/;
 
-our $VERSION = '5.02';
+our $VERSION = '5.03';
 our @ISA;
 
 =head1 NAME