summaryrefslogtreecommitdiff
path: root/lib/Crypt/Digest/BLAKE2b_384.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Crypt/Digest/BLAKE2b_384.pm')
-rw-r--r--lib/Crypt/Digest/BLAKE2b_384.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Crypt/Digest/BLAKE2b_384.pm b/lib/Crypt/Digest/BLAKE2b_384.pm
index 5989d72b..8a09c635 100644
--- a/lib/Crypt/Digest/BLAKE2b_384.pm
+++ b/lib/Crypt/Digest/BLAKE2b_384.pm
@@ -4,7 +4,7 @@ package Crypt::Digest::BLAKE2b_384;
use strict;
use warnings;
-our $VERSION = '0.076_001';
+our $VERSION = '0.076_002';
use base qw(Crypt::Digest Exporter);
our %EXPORT_TAGS = ( all => [qw( blake2b_384 blake2b_384_hex blake2b_384_b64 blake2b_384_b64u blake2b_384_file blake2b_384_file_hex blake2b_384_file_b64 blake2b_384_file_b64u )] );