Skip to content

Commit 690f602

Browse files
committed
Releasing ack v3.9.0
1 parent 7cbb9ec commit 690f602

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

Changes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
History file for ack 3. https://beyondgrep.com/
22

33
NEXT
4+
v3.9.0 Mon May 26 15:02:57 CDT 2025
45
========================================
56
The --not option can be used with either --and or --or.
67

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.2'; # Check https://beyondgrep.com/ for updates
6+
our $VERSION = 'v3.9.0'; # 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.2'; # Check https://beyondgrep.com/ for updates
19+
$VERSION = 'v3.9.0'; # Check https://beyondgrep.com/ for updates
2020
$COPYRIGHT = 'Copyright 2005-2025 Andy Lester.';
2121
}
2222
our $STANDALONE = 0;

0 commit comments

Comments
 (0)