Skip to content

Commit

Permalink
Bump version to 0.27
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyA committed Jun 15, 2009
1 parent 1159738 commit add6985
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bin/mcpani
Expand Up @@ -8,7 +8,7 @@ use Archive::Tar;
use CPAN::Mini::Inject;
use Env;

our $VERSION = '0.26';
our $VERSION = '0.27';
our %options = ();

sub print_version {
Expand Down
4 changes: 2 additions & 2 deletions lib/CPAN/Mini/Inject.pm
Expand Up @@ -21,11 +21,11 @@ CPAN::Mini::Inject - Inject modules into a CPAN::Mini mirror.
=head1 VERSION
Version 0.26
Version 0.27
=cut

our $VERSION = '0.26';
our $VERSION = '0.27';
our @ISA = qw( CPAN::Mini );

=head1 Synopsis
Expand Down
4 changes: 2 additions & 2 deletions lib/CPAN/Mini/Inject/Config.pm
Expand Up @@ -12,11 +12,11 @@ CPAN::Mini::Inject::Config - Config for CPAN::Mini::Inject
=head1 VERSION
Version 0.26
Version 0.27
=cut

our $VERSION = '0.26';
our $VERSION = '0.27';

=head2 C<new>
Expand Down

0 comments on commit add6985

Please sign in to comment.