Skip to content

Commit

Permalink
Fixed a version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
cooldaemon committed Mar 17, 2010
1 parent 57bd048 commit ab6e2c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/Net/RabbitFoot.pm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use File::ShareDir ();

use Net::RabbitFoot::Channel;

our $VERSION = '1.00';
our $VERSION = '1.01';

BEGIN {
for my $method (qw(connect close)) {
Expand Down
2 changes: 1 addition & 1 deletion lib/Net/RabbitFoot/Channel.pm
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use Coro::AnyEvent;

use AnyEvent::RabbitMQ::Channel;

our $VERSION = '1.00';
our $VERSION = '1.01';

BEGIN {
for my $method (qw(
Expand Down

0 comments on commit ab6e2c8

Please sign in to comment.