summaryrefslogtreecommitdiff
path: root/lib/Crypt/Cipher/AES.pm
diff options
context:
space:
mode:
authorKarel Miko <karel.miko@gmail.com>2018-05-28 09:12:18 +0200
committerKarel Miko <karel.miko@gmail.com>2018-05-28 09:12:18 +0200
commitb41849423dc5c6ca7ee5277d8b741618aa3145b2 (patch)
treea3e3038daba6c9725b53988246baa55c64d8a031 /lib/Crypt/Cipher/AES.pm
parente038ed05c86b081a3ad20503571a46bacaf4fb8c (diff)
dev version
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 35245234..3bb20090 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.060_001';
+our $VERSION = '0.060_002';
use base qw(Crypt::Cipher);