Skip to content

Commit 51fe105

Browse files
committed
Releasing v3.8.2
1 parent bd4fee7 commit 51fe105

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Changes

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
History file for ack 3. https://beyondgrep.com/
22

3-
NEXT
3+
v3.8.2 Sun Apr 6 10:45:04 CDT 2025
44
========================================
55
ack now needs YAML::PP to run its tests. Many of ack's tests are stored in
66
YAML files for flexibility.
77

88
[FIXES]
9-
ack's would always set a return code of 1 if -c was used. Now it properly
9+
ack would always set a return code of 1 if -c was used. Now it properly
1010
returns 1 if no files match, and 0 if any files match.
1111

1212

ack

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
use strict;
44
use warnings;
55

6-
our $VERSION = 'v3.8.1'; # Check https://beyondgrep.com/ for updates
6+
our $VERSION = 'v3.8.2'; # Check https://beyondgrep.com/ for updates
77

88
use 5.010001;
99

lib/App/Ack.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ A container for functions for the ack program.
1616
our $VERSION;
1717
our $COPYRIGHT;
1818
BEGIN {
19-
$VERSION = 'v3.8.1'; # Check https://beyondgrep.com/ for updates
19+
$VERSION = 'v3.8.2'; # Check https://beyondgrep.com/ for updates
2020
$COPYRIGHT = 'Copyright 2005-2025 Andy Lester.';
2121
}
2222
our $STANDALONE = 0;

0 commit comments

Comments
 (0)