summaryrefslogtreecommitdiff
path: root/lib/Crypt/Digest/Tiger192.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Crypt/Digest/Tiger192.pm')
-rw-r--r--lib/Crypt/Digest/Tiger192.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Crypt/Digest/Tiger192.pm b/lib/Crypt/Digest/Tiger192.pm
index 9e98ead8..0ab66f53 100644
--- a/lib/Crypt/Digest/Tiger192.pm
+++ b/lib/Crypt/Digest/Tiger192.pm
@@ -4,7 +4,7 @@ package Crypt::Digest::Tiger192;
use strict;
use warnings;
-our $VERSION = '0.063_003';
+our $VERSION = '0.063_004';
use base qw(Crypt::Digest Exporter);
our %EXPORT_TAGS = ( all => [qw( tiger192 tiger192_hex tiger192_b64 tiger192_b64u tiger192_file tiger192_file_hex tiger192_file_b64 tiger192_file_b64u )] );