summaryrefslogtreecommitdiff
path: root/lib/Crypt/Digest/SHA1.pm
diff options
context:
space:
mode:
authorKarel Miko <karel.miko@gmail.com>2023-10-03 12:15:00 +0200
committerKarel Miko <karel.miko@gmail.com>2023-10-03 12:15:00 +0200
commit77c74be65cc9fb79695828d2112ff4d50f04e89f (patch)
tree3d464085c3a879e359b13d5aa900691b6df6ad72 /lib/Crypt/Digest/SHA1.pm
parent8ca31779914d2b0d18bde021a58c32e6f38c40d4 (diff)
devel release 0.079_007
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 )] );