Skip to content

Commit

Permalink
Forgot to bump these version numbers earlier
Browse files Browse the repository at this point in the history
  • Loading branch information
hinrik committed Jul 1, 2009
1 parent b1e7f47 commit 86f0183
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/App/Grok/Pod5.pm
Expand Up @@ -3,7 +3,7 @@ package App::Grok::Pod5;
use strict;
use warnings;

our $VERSION = '0.06';
our $VERSION = '0.07';

sub new {
my ($package, %self) = @_;
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Grok/Pod6.pm
Expand Up @@ -6,7 +6,7 @@ use Perl6::Perldoc::Parser;
use strict;
use warnings;

our $VERSION = '0.06';
our $VERSION = '0.07';

sub new {
my ($package, %self) = @_;
Expand Down

0 comments on commit 86f0183

Please sign in to comment.