File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11History file for ack 3. https://beyondgrep.com/
22
33NEXT
4+ v3.9.0 Mon May 26 15:02:57 CDT 2025
45========================================
56The --not option can be used with either --and or --or.
67
Original file line number Diff line number Diff line change 33use strict;
44use 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
88use 5.010001;
99
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ A container for functions for the ack program.
1616our $VERSION ;
1717our $COPYRIGHT ;
1818BEGIN {
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}
2222our $STANDALONE = 0;
You can’t perform that action at this time.
0 commit comments