Skip to content

Commit

Permalink
version 0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
plicease committed Mar 15, 2020
1 parent 37adb16 commit ac78c7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Revision history for Kafka-Librd

0.15 2020-03-15 12:28:38 -0600
- Added support for Visual C++ + vcpkg (gh#21)

0.14 2019-10-20 19:50:39 -0600
Expand Down
2 changes: 1 addition & 1 deletion lib/Kafka/Librd.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package Kafka::Librd;
use strict;
use warnings;

our $VERSION = '0.14';
our $VERSION = '0.15';

require XSLoader;
XSLoader::load('Kafka::Librd', $VERSION);
Expand Down

0 comments on commit ac78c7f

Please sign in to comment.