summaryrefslogtreecommitdiff
path: root/lib/Crypt/Mac/OMAC.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Crypt/Mac/OMAC.pm')
-rw-r--r--lib/Crypt/Mac/OMAC.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Crypt/Mac/OMAC.pm b/lib/Crypt/Mac/OMAC.pm
index 191ba1a0..ec6e5dbe 100644
--- a/lib/Crypt/Mac/OMAC.pm
+++ b/lib/Crypt/Mac/OMAC.pm
@@ -4,7 +4,7 @@ package Crypt::Mac::OMAC;
use strict;
use warnings;
-our $VERSION = '0.079_006';
+our $VERSION = '0.079_007';
use base qw(Crypt::Mac Exporter);
our %EXPORT_TAGS = ( all => [qw( omac omac_hex omac_b64 omac_b64u )] );