Skip to content

Commit

Permalink
version 2.200002
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Ellis committed Oct 14, 2016
1 parent 4c56321 commit ddea643
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Revision history for perl module Net::AMQP::RabbitMQ

2.20002 - 2016-10-14
- Fix test SSL cert

2.20001 - 2016-09-07
- Tidy up documentation, add simple examples for illustration (CTrabant)
- Added declare queue in synopsis (oylenshpeegul)
Expand Down
2 changes: 1 addition & 1 deletion RabbitMQ.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Net::AMQP::RabbitMQ;
use strict;
use warnings;

our $VERSION = '2.200001';
our $VERSION = '2.200002';

use XSLoader;
XSLoader::load "Net::AMQP::RabbitMQ", $VERSION;
Expand Down

0 comments on commit ddea643

Please sign in to comment.