Skip to content

Commit

Permalink
Bump up to 3.8.0 and 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
petdance committed Dec 17, 2024
1 parent 13d054b commit 95965fc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Please follow the [Code of Conduct](CODE_OF_CONDUCT.md) in all your interactions

# License

Copyright 2005-2023 Andy Lester.
Copyright 2005-2024 Andy Lester.

This program is free software; you can redistribute it and/or modify
it under the terms of the
Expand Down
4 changes: 2 additions & 2 deletions ack
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
use strict;
use warnings;

our $VERSION = 'v3.7.0'; # Check https://beyondgrep.com/ for updates
our $VERSION = 'v3.8.0'; # Check https://beyondgrep.com/ for updates

use 5.010001;

Expand Down Expand Up @@ -2512,7 +2512,7 @@ Andy Lester, C<< <andy at petdance.com> >>
=head1 COPYRIGHT & LICENSE
Copyright 2005-2023 Andy Lester.
Copyright 2005-2024 Andy Lester.
This program is free software; you can redistribute it and/or modify
it under the terms of the Artistic License v2.0.
Expand Down
4 changes: 2 additions & 2 deletions lib/App/Ack.pm
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ A container for functions for the ack program.
our $VERSION;
our $COPYRIGHT;
BEGIN {
$VERSION = 'v3.7.0'; # Check https://beyondgrep.com/ for updates
$COPYRIGHT = 'Copyright 2005-2023 Andy Lester.';
$VERSION = 'v3.8.0'; # Check https://beyondgrep.com/ for updates
$COPYRIGHT = 'Copyright 2005-2024 Andy Lester.';
}
our $STANDALONE = 0;
our $ORIGINAL_PROGRAM_NAME;
Expand Down

0 comments on commit 95965fc

Please sign in to comment.