summaryrefslogtreecommitdiff
path: root/lib/Crypt/Cipher/AES.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Crypt/Cipher/AES.pm')
-rw-r--r--lib/Crypt/Cipher/AES.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Crypt/Cipher/AES.pm b/lib/Crypt/Cipher/AES.pm
index 0480303c..9bc4b4c6 100644
--- a/lib/Crypt/Cipher/AES.pm
+++ b/lib/Crypt/Cipher/AES.pm
@@ -4,7 +4,7 @@ package Crypt::Cipher::AES;
use strict;
use warnings;
-our $VERSION = '0.075_001';
+our $VERSION = '0.075_002';
use base qw(Crypt::Cipher);