summaryrefslogtreecommitdiff
path: root/lib/Crypt/Digest/SHA224.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Crypt/Digest/SHA224.pm')
-rw-r--r--lib/Crypt/Digest/SHA224.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Crypt/Digest/SHA224.pm b/lib/Crypt/Digest/SHA224.pm
index bf0a27d1..d68d2644 100644
--- a/lib/Crypt/Digest/SHA224.pm
+++ b/lib/Crypt/Digest/SHA224.pm
@@ -4,7 +4,7 @@ package Crypt::Digest::SHA224;
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( sha224 sha224_hex sha224_b64 sha224_b64u sha224_file sha224_file_hex sha224_file_b64 sha224_file_b64u )] );