Skip to content

Commit 196d14c

Browse files
author
Mike Raynham
committed
Version 0.3
1 parent 390f792 commit 196d14c

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

Changes

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@ Revision history for Gearman-Mesh
33
0.01 Date/time
44
First version, released on an unsuspecting world.
55
0.02 2015-09-21
6-
Added automatic retries to worker and client.
6+
Added automatic retries to worker and client.
7+
0.03 2016-03-15
8+
Support for coalescing.

lib/Gearman/Mesh.pm

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ Gearman::Mesh - thin wrappers around Gearman::XS modules
1414
1515
=head1 VERSION
1616
17-
Version 0.02
17+
Version 0.03
1818
1919
=cut
2020

21-
our $VERSION = '0.02';
21+
our $VERSION = '0.03';
2222

2323
=head1 DESCRIPTION
2424

lib/Gearman/Mesh/Client.pm

+2-2
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,11 @@ Gearman::Mesh::Client - A wrapper around Gearman::XS::Client
9999
100100
=head1 VERSION
101101
102-
Version 0.02
102+
Version 0.03
103103
104104
=cut
105105
106-
our $VERSION = '0.02';
106+
our $VERSION = '0.03';
107107
108108
109109
=head1 SYNOPSIS

lib/Gearman/Mesh/Worker.pm

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ Gearman::Mesh::Worker - The great new Gearman::Mesh::Worker!
4141
4242
=head1 VERSION
4343
44-
Version 0.02
44+
Version 0.03
4545
4646
=cut
4747

48-
our $VERSION = '0.02';
48+
our $VERSION = '0.03';
4949

5050
=head1 SYNOPSIS
5151

0 commit comments

Comments
 (0)