summaryrefslogtreecommitdiff
path: root/lib/Crypt/Mac/BLAKE2b.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Crypt/Mac/BLAKE2b.pm')
-rw-r--r--lib/Crypt/Mac/BLAKE2b.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Crypt/Mac/BLAKE2b.pm b/lib/Crypt/Mac/BLAKE2b.pm
index 6f72fc6e..ae57a1b4 100644
--- a/lib/Crypt/Mac/BLAKE2b.pm
+++ b/lib/Crypt/Mac/BLAKE2b.pm
@@ -4,7 +4,7 @@ package Crypt::Mac::BLAKE2b;
use strict;
use warnings;
-our $VERSION = '0.079_006';
+our $VERSION = '0.079_007';
use base qw(Crypt::Mac Exporter);
our %EXPORT_TAGS = ( all => [qw( blake2b blake2b_hex blake2b_b64 blake2b_b64u )] );