summaryrefslogtreecommitdiff
path: root/lib/Crypt/Mac/Poly1305.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Crypt/Mac/Poly1305.pm')
-rw-r--r--lib/Crypt/Mac/Poly1305.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Crypt/Mac/Poly1305.pm b/lib/Crypt/Mac/Poly1305.pm
index 082c3de3..e6f170a9 100644
--- a/lib/Crypt/Mac/Poly1305.pm
+++ b/lib/Crypt/Mac/Poly1305.pm
@@ -4,7 +4,7 @@ package Crypt::Mac::Poly1305;
use strict;
use warnings;
-our $VERSION = '0.072_003';
+our $VERSION = '0.073';
use base qw(Crypt::Mac Exporter);
our %EXPORT_TAGS = ( all => [qw( poly1305 poly1305_hex poly1305_b64 poly1305_b64u )] );