summaryrefslogtreecommitdiff
path: root/lib/Crypt/Digest/Keccak224.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Crypt/Digest/Keccak224.pm')
-rw-r--r--lib/Crypt/Digest/Keccak224.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Crypt/Digest/Keccak224.pm b/lib/Crypt/Digest/Keccak224.pm
index f06afd75..af85aa64 100644
--- a/lib/Crypt/Digest/Keccak224.pm
+++ b/lib/Crypt/Digest/Keccak224.pm
@@ -4,7 +4,7 @@ package Crypt::Digest::Keccak224;
use strict;
use warnings;
-our $VERSION = '0.079_006';
+our $VERSION = '0.079_007';
use base qw(Crypt::Digest Exporter);
our %EXPORT_TAGS = ( all => [qw( keccak224 keccak224_hex keccak224_b64 keccak224_b64u keccak224_file keccak224_file_hex keccak224_file_b64 keccak224_file_b64u )] );