summaryrefslogtreecommitdiff
path: root/lib/Crypt/Digest/SHA384.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Crypt/Digest/SHA384.pm')
-rw-r--r--lib/Crypt/Digest/SHA384.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Crypt/Digest/SHA384.pm b/lib/Crypt/Digest/SHA384.pm
index d1b35339..9a813f9c 100644
--- a/lib/Crypt/Digest/SHA384.pm
+++ b/lib/Crypt/Digest/SHA384.pm
@@ -4,7 +4,7 @@ package Crypt::Digest::SHA384;
use strict;
use warnings;
-our $VERSION = '0.072_003';
+our $VERSION = '0.073';
use base qw(Crypt::Digest Exporter);
our %EXPORT_TAGS = ( all => [qw( sha384 sha384_hex sha384_b64 sha384_b64u sha384_file sha384_file_hex sha384_file_b64 sha384_file_b64u )] );