summaryrefslogtreecommitdiff
path: root/lib/Crypt/Digest/Whirlpool.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Crypt/Digest/Whirlpool.pm')
-rw-r--r--lib/Crypt/Digest/Whirlpool.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Crypt/Digest/Whirlpool.pm b/lib/Crypt/Digest/Whirlpool.pm
index f4c48ba8..5560d1e0 100644
--- a/lib/Crypt/Digest/Whirlpool.pm
+++ b/lib/Crypt/Digest/Whirlpool.pm
@@ -4,7 +4,7 @@ package Crypt::Digest::Whirlpool;
use strict;
use warnings;
-our $VERSION = '0.072';
+our $VERSION = '0.072_001';
use base qw(Crypt::Digest Exporter);
our %EXPORT_TAGS = ( all => [qw( whirlpool whirlpool_hex whirlpool_b64 whirlpool_b64u whirlpool_file whirlpool_file_hex whirlpool_file_b64 whirlpool_file_b64u )] );