summaryrefslogtreecommitdiff
path: root/lib/Crypt/Digest/SHA1.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Crypt/Digest/SHA1.pm')
-rw-r--r--lib/Crypt/Digest/SHA1.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Crypt/Digest/SHA1.pm b/lib/Crypt/Digest/SHA1.pm
index de239e2d..0d3ab456 100644
--- a/lib/Crypt/Digest/SHA1.pm
+++ b/lib/Crypt/Digest/SHA1.pm
@@ -4,7 +4,7 @@ package Crypt::Digest::SHA1;
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( sha1 sha1_hex sha1_b64 sha1_b64u sha1_file sha1_file_hex sha1_file_b64 sha1_file_b64u )] );