summaryrefslogtreecommitdiff
path: root/lib/Crypt/Mac/HMAC.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Crypt/Mac/HMAC.pm')
-rw-r--r--lib/Crypt/Mac/HMAC.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Crypt/Mac/HMAC.pm b/lib/Crypt/Mac/HMAC.pm
index dfa11b0c..db3b397e 100644
--- a/lib/Crypt/Mac/HMAC.pm
+++ b/lib/Crypt/Mac/HMAC.pm
@@ -4,7 +4,7 @@ package Crypt::Mac::HMAC;
use strict;
use warnings;
-our $VERSION = '0.066_002';
+our $VERSION = '0.067';
use base qw(Crypt::Mac Exporter);
our %EXPORT_TAGS = ( all => [qw( hmac hmac_hex hmac_b64 hmac_b64u )] );