We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f65cfc8 commit b2598ffCopy full SHA for b2598ff
Makefile.PL
@@ -42,7 +42,7 @@ my %WriteMakefileArgs = (
42
"File::Spec" => 0,
43
"Test::More" => "0.88"
44
},
45
- "VERSION" => "0.009",
+ "VERSION" => "0.010",
46
"test" => {
47
"TESTS" => "t/*.t t/aead/*.t t/pub_key_crypto/*.t"
48
}
lib/Sodium/FFI.pm
@@ -2,7 +2,7 @@ package Sodium::FFI;
2
use strict;
3
use warnings;
4
5
-our $VERSION = '0.009';
+our $VERSION = '0.010';
6
7
use Carp qw(croak);
8
use Exporter qw(import);
0 commit comments