summaryrefslogtreecommitdiff
path: root/lib/Crypt/Digest/Keccak512.pm
diff options
context:
space:
mode:
authorKarel Miko <karel.miko@gmail.com>2021-07-18 11:25:06 +0200
committerKarel Miko <karel.miko@gmail.com>2021-07-18 11:25:06 +0200
commite3ddf28225d983df68496ddd4f833a4ac8288d50 (patch)
tree805bd4d02d60b0edf921401419d09fc9f85be8fd /lib/Crypt/Digest/Keccak512.pm
parentfbfb58d84c160952958a09723f2c3990210bb49d (diff)
version bump
Diffstat (limited to 'lib/Crypt/Digest/Keccak512.pm')
-rw-r--r--lib/Crypt/Digest/Keccak512.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Crypt/Digest/Keccak512.pm b/lib/Crypt/Digest/Keccak512.pm
index 6727afb7..9efc6f92 100644
--- a/lib/Crypt/Digest/Keccak512.pm
+++ b/lib/Crypt/Digest/Keccak512.pm
@@ -4,7 +4,7 @@ package Crypt::Digest::Keccak512;
use strict;
use warnings;
-our $VERSION = '0.072_003';
+our $VERSION = '0.073';
use base qw(Crypt::Digest Exporter);
our %EXPORT_TAGS = ( all => [qw( keccak512 keccak512_hex keccak512_b64 keccak512_b64u keccak512_file keccak512_file_hex keccak512_file_b64 keccak512_file_b64u )] );