summaryrefslogtreecommitdiff
path: root/lib/Crypt/Digest/BLAKE2b_256.pm
diff options
context:
space:
mode:
authorKarel Miko <karel.miko@gmail.com>2022-08-20 17:39:16 +0200
committerKarel Miko <karel.miko@gmail.com>2022-08-20 17:39:16 +0200
commitb5fdfba89d8a41c874e6f1eedbf79b825a784ebd (patch)
tree9d671a386b29cf18475a12ec58033a5a0330facc /lib/Crypt/Digest/BLAKE2b_256.pm
parent9a5beb742be7fed8e58e3f464090756225b840f9 (diff)
version bump to 0.076_002
Diffstat (limited to 'lib/Crypt/Digest/BLAKE2b_256.pm')
-rw-r--r--lib/Crypt/Digest/BLAKE2b_256.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Crypt/Digest/BLAKE2b_256.pm b/lib/Crypt/Digest/BLAKE2b_256.pm
index 69b16363..f0e330d7 100644
--- a/lib/Crypt/Digest/BLAKE2b_256.pm
+++ b/lib/Crypt/Digest/BLAKE2b_256.pm
@@ -4,7 +4,7 @@ package Crypt::Digest::BLAKE2b_256;
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_256 blake2b_256_hex blake2b_256_b64 blake2b_256_b64u blake2b_256_file blake2b_256_file_hex blake2b_256_file_b64 blake2b_256_file_b64u )] );