summaryrefslogtreecommitdiff
path: root/lib/Crypt/Digest/SHA256.pm
diff options
context:
space:
mode:
authorKarel Miko <karel.miko@gmail.com>2023-10-01 19:28:04 +0200
committerKarel Miko <karel.miko@gmail.com>2023-10-01 19:28:04 +0200
commit36265dec1a23055675dea444750ee5333205933a (patch)
tree462a1cf3d50065d1bbdb033ebc47b87c5c3ee187 /lib/Crypt/Digest/SHA256.pm
parent5de20831a51e851b07b3d545235b82b953f11542 (diff)
version bump
Diffstat (limited to 'lib/Crypt/Digest/SHA256.pm')
-rw-r--r--lib/Crypt/Digest/SHA256.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Crypt/Digest/SHA256.pm b/lib/Crypt/Digest/SHA256.pm
index 8789a948..b07c34db 100644
--- a/lib/Crypt/Digest/SHA256.pm
+++ b/lib/Crypt/Digest/SHA256.pm
@@ -4,7 +4,7 @@ package Crypt::Digest::SHA256;
use strict;
use warnings;
-our $VERSION = '0.079_001';
+our $VERSION = '0.079_002';
use base qw(Crypt::Digest Exporter);
our %EXPORT_TAGS = ( all => [qw( sha256 sha256_hex sha256_b64 sha256_b64u sha256_file sha256_file_hex sha256_file_b64 sha256_file_b64u )] );