Skip to content

Commit

Permalink
bump version v0.08
Browse files Browse the repository at this point in the history
  • Loading branch information
trinitum committed Mar 3, 2017
1 parent d02ddb9 commit 070f536
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
0.08 Fri Mar 3 2017 Pavel Shaydo <zwon@cpan.org>
- implement all methods from High-Level consumer API

0.07 Sat Feb 4 2017 Pavel Shaydo <zwon@cpan.org>
- improved example scripts
- bumped librdkafka dependency
Expand Down
4 changes: 2 additions & 2 deletions lib/Kafka/Librd.pm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package Kafka::Librd;
use strict;
use warnings;
our $VERSION = "0.07";
our $VERSION = "0.08";
my $XS_VERSION = $VERSION;
$VERSION = eval $VERSION;

Expand All @@ -17,7 +17,7 @@ Kafka::Librd - bindings for librdkafka
=head1 VERSION
This document describes Kafka::Librd version 0.07
This document describes Kafka::Librd version 0.08
=head1 SYNOPSIS
Expand Down

0 comments on commit 070f536

Please sign in to comment.