Skip to content

Commit b2598ff

Browse files
committed
Bump version
1 parent f65cfc8 commit b2598ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile.PL

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ my %WriteMakefileArgs = (
4242
"File::Spec" => 0,
4343
"Test::More" => "0.88"
4444
},
45-
"VERSION" => "0.009",
45+
"VERSION" => "0.010",
4646
"test" => {
4747
"TESTS" => "t/*.t t/aead/*.t t/pub_key_crypto/*.t"
4848
}

lib/Sodium/FFI.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package Sodium::FFI;
22
use strict;
33
use warnings;
44

5-
our $VERSION = '0.009';
5+
our $VERSION = '0.010';
66

77
use Carp qw(croak);
88
use Exporter qw(import);

0 commit comments

Comments
 (0)