mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-13 19:04:16 +00:00
Perl: bump up version to 0.14
This commit is contained in:
parent
a91c1ec6d9
commit
8de1f764fd
2 changed files with 6 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ use warnings;
|
|||
use XSLoader;
|
||||
use 5.008001;
|
||||
|
||||
our $VERSION = '0.13';
|
||||
our $VERSION = '0.14';
|
||||
our $PreferInteger = 0;
|
||||
|
||||
our $true = do { bless \(my $dummy = 1), "Data::MessagePack::Boolean" };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue