Skip to content

Commit

Permalink
Bump version to 0.07
Browse files Browse the repository at this point in the history
  • Loading branch information
hinrik committed Jun 30, 2009
1 parent 46c3329 commit 57b2e0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Changes
@@ -1,4 +1,4 @@
0.07
0.07 Tue Jun 30 12:06:37 GMT 2009
- Explicitly call grok with $^X in tests, needed on Win32

0.06 Fri Jun 26 08:19:06 GMT 2009
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Grok.pm
Expand Up @@ -11,7 +11,7 @@ use Getopt::Long qw<:config bundling>;
use List::Util qw<first>;
use Pod::Usage;

our $VERSION = '0.06';
our $VERSION = '0.07';
my %opt;

sub new {
Expand Down

0 comments on commit 57b2e0c

Please sign in to comment.