Skip to content

Commit

Permalink
Thread-Queue: bump version (again) because content changed
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbs committed Apr 30, 2016
1 parent ca463a0 commit 420b564
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dist/Thread-Queue/lib/Thread/Queue.pm
Expand Up @@ -3,7 +3,7 @@ package Thread::Queue;
use strict;
use warnings;

our $VERSION = '3.08';
our $VERSION = '3.09';
$VERSION = eval $VERSION;

use threads::shared 1.21;
Expand Down Expand Up @@ -304,7 +304,7 @@ Thread::Queue - Thread-safe queues
=head1 VERSION
This document describes Thread::Queue version 3.08
This document describes Thread::Queue version 3.09
=head1 SYNOPSIS
Expand Down

0 comments on commit 420b564

Please sign in to comment.