Skip to content

Commit

Permalink
version 0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
plicease committed Dec 2, 2020
1 parent 0cc45bd commit 9dd1e5b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Revision history for Kafka-Librd

0.19 2020-12-02 05:46:51 -0700
- Production release identical to 0.18_01.

0.18_01 2020-11-30 05:33:03 -0700
- Fixed bug calling XSLoader (gh#37)

Expand Down
3 changes: 1 addition & 2 deletions lib/Kafka/Librd.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ use warnings;
use XSLoader;
use Exporter::Lite;

our $VERSION = '0.18_01';
our $VERSION = '0.19';
XSLoader::load('Kafka::Librd', $VERSION);
$VERSION =~ tr/_//d;

our @EXPORT_OK;

Expand Down

0 comments on commit 9dd1e5b

Please sign in to comment.