Skip to content

Commit d354b7d

Browse files
committed
Bump threads version
Skipped 2.30 because of a bug truncating trailing zeros that I don't feel like fixing.
1 parent ac69a0e commit d354b7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dist/threads/lib/threads.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use 5.008;
55
use strict;
66
use warnings;
77

8-
our $VERSION = '2.29'; # remember to update version in POD!
8+
our $VERSION = '2.31'; # remember to update version in POD!
99
my $XS_VERSION = $VERSION;
1010
$VERSION = eval $VERSION;
1111

@@ -134,7 +134,7 @@ threads - Perl interpreter-based threads
134134
135135
=head1 VERSION
136136
137-
This document describes threads version 2.29
137+
This document describes threads version 2.31
138138
139139
=head1 WARNING
140140

0 commit comments

Comments
 (0)