summaryrefslogtreecommitdiff
path: root/lib/Crypt/Digest/Keccak384.pm
diff options
context:
space:
mode:
authorKarel Miko <karel.miko@gmail.com>2021-07-13 08:54:25 +0200
committerKarel Miko <karel.miko@gmail.com>2021-07-13 08:54:25 +0200
commitfba296be646c044a7ac716e9e6fabb8d47488612 (patch)
tree3ef6ceb88f952f0e8fa11896028a482e16d12dd6 /lib/Crypt/Digest/Keccak384.pm
parent943aadb1d25da95eba2e7609526d018a716682eb (diff)
version bump (dev)
Diffstat (limited to 'lib/Crypt/Digest/Keccak384.pm')
-rw-r--r--lib/Crypt/Digest/Keccak384.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Crypt/Digest/Keccak384.pm b/lib/Crypt/Digest/Keccak384.pm
index 63caf9dd..e2d726ed 100644
--- a/lib/Crypt/Digest/Keccak384.pm
+++ b/lib/Crypt/Digest/Keccak384.pm
@@ -4,7 +4,7 @@ package Crypt::Digest::Keccak384;
use strict;
use warnings;
-our $VERSION = '0.072_001';
+our $VERSION = '0.072_002';
use base qw(Crypt::Digest Exporter);
our %EXPORT_TAGS = ( all => [qw( keccak384 keccak384_hex keccak384_b64 keccak384_b64u keccak384_file keccak384_file_hex keccak384_file_b64 keccak384_file_b64u )] );