Skip to content

Commit

Permalink
Version 0.004005
Browse files Browse the repository at this point in the history
  • Loading branch information
torbiak committed Oct 24, 2023
1 parent b95a6da commit 7c625f1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.004005

- Fix --help: pod2usage() wasn't being called correctly

# 0.004004

- Skip capture() tests on Windows.
Expand Down
2 changes: 1 addition & 1 deletion git-autofixup
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use File::Temp;
use Getopt::Long qw(:config bundling);
use IPC::Open3;

our $VERSION = 0.004004;
our $VERSION = 0.004005;

my $VERBOSE;
my @GIT_OPTIONS;
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Git/Autofixup.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package App::Git::Autofixup;
use strict;
use warnings FATAL => 'all';

our $VERSION = 0.004004;
our $VERSION = 0.004005;

=head1 NAME
Expand Down

0 comments on commit 7c625f1

Please sign in to comment.