summaryrefslogtreecommitdiff
path: root/lib/Crypt/Digest/SHA3_224.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Crypt/Digest/SHA3_224.pm')
-rw-r--r--lib/Crypt/Digest/SHA3_224.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Crypt/Digest/SHA3_224.pm b/lib/Crypt/Digest/SHA3_224.pm
index 1e0060e1..212b4a4f 100644
--- a/lib/Crypt/Digest/SHA3_224.pm
+++ b/lib/Crypt/Digest/SHA3_224.pm
@@ -4,7 +4,7 @@ package Crypt::Digest::SHA3_224;
use strict;
use warnings;
-our $VERSION = '0.078';
+our $VERSION = '0.080';
use base qw(Crypt::Digest Exporter);
our %EXPORT_TAGS = ( all => [qw( sha3_224 sha3_224_hex sha3_224_b64 sha3_224_b64u sha3_224_file sha3_224_file_hex sha3_224_file_b64 sha3_224_file_b64u )] );