Skip to content

Commit

Permalink
increment $VERSION after 5.20240218 release
Browse files Browse the repository at this point in the history
  • Loading branch information
karenetheridge committed Feb 18, 2024
1 parent 80a0312 commit 0be6bb4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Revision history for perlfaq

{{$NEXT}}

5.20240218 2024-02-18 17:37:25Z
* add entry for "UTF-8 string" in perlglossary (PR#99, Felipe Gasper)
* update the bug tracker advice to de-emphasize rt.cpan.org (PR#107, brian d foy)
Expand Down
2 changes: 1 addition & 1 deletion lib/perlfaq.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ use strict;
use warnings;
package perlfaq;

our $VERSION = '5.20230813';
our $VERSION = '5.20240219';

1;

0 comments on commit 0be6bb4

Please sign in to comment.