Skip to content

Commit

Permalink
0.19 release
Browse files Browse the repository at this point in the history
  • Loading branch information
FGasper committed Mar 16, 2023
1 parent 039d0b3 commit a7e98fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Revision history for Perl extension Promise::XS:

0.19
0.19 Thu 16 Mar 2023
- Fix a couple free-after-use bugs.
Thank you, @andk!

Expand Down
2 changes: 1 addition & 1 deletion lib/Promise/XS.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use warnings;
our $VERSION;

BEGIN {
$VERSION = '0.18_91';
$VERSION = '0.19';
}

=encoding utf-8
Expand Down

0 comments on commit a7e98fb

Please sign in to comment.