Skip to content

Commit e627c18

Browse files
committed
Bump up to v3.10.0 for release
1 parent 45ff5fe commit e627c18

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Changes

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

3-
NEXT
3+
v3.10.0 Sun Jun 7 11:50:37 CDT 2026
44
========================================
55
[SECURITY]
66
CVE-2026-49147: filename ANSI escape sequences

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.9.0'; # Check https://beyondgrep.com/ for updates
6+
our $VERSION = 'v3.10.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
@@ -18,7 +18,7 @@ no re 'eval'; # enforce default, block -Mre=eval to block RCE security fail
1818
our $VERSION;
1919
our $COPYRIGHT;
2020
BEGIN {
21-
$VERSION = 'v3.9.0'; # Check https://beyondgrep.com/ for updates
21+
$VERSION = 'v3.10.0'; # Check https://beyondgrep.com/ for updates
2222
$COPYRIGHT = 'Copyright 2005-2026 Andy Lester.';
2323
}
2424
our $STANDALONE = 0;

0 commit comments

Comments
 (0)