Skip to content

Commit

Permalink
And release 0.34
Browse files Browse the repository at this point in the history
  • Loading branch information
acme committed Dec 11, 2009
1 parent fb67ee6 commit 273a282
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES
@@ -1,5 +1,8 @@
Revision history for Perl module Net::Cassandra:

0.34 Fri Dec 11 15:37:11 GMT 2009
- update to version 0.4.2 of Cassandra

0.33 Fri Jul 10 15:23:02 BST 2009
- inital release

2 changes: 1 addition & 1 deletion lib/Net/Cassandra.pm
Expand Up @@ -7,7 +7,7 @@ use Net::Cassandra::Backend::Thrift::Socket;
use Net::Cassandra::Backend::Thrift::BufferedTransport;
use Net::Cassandra::Backend::Thrift::BinaryProtocol;

our $VERSION = '0.33';
our $VERSION = '0.34';

has 'hostname' => ( is => 'ro', isa => 'Str', default => 'localhost' );
has 'port' => ( is => 'ro', isa => 'Int', default => 9160 );
Expand Down

0 comments on commit 273a282

Please sign in to comment.