Skip to content

Commit

Permalink
add version number change
Browse files Browse the repository at this point in the history
  • Loading branch information
jjn1056 committed Mar 6, 2013
1 parent db87b05 commit 6700661
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/Catalyst.pm
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ __PACKAGE__->stats_class('Catalyst::Stats');

# Remember to update this in Catalyst::Runtime as well!

our $VERSION = '5.90019';
our $VERSION = '5.90020';

sub import {
my ( $class, @arguments ) = @_;
Expand Down
2 changes: 1 addition & 1 deletion lib/Catalyst/Runtime.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ BEGIN { require 5.008003; }

# Remember to update this in Catalyst as well!

our $VERSION = '5.90019';
our $VERSION = '5.90020';

=head1 NAME
Expand Down

0 comments on commit 6700661

Please sign in to comment.