summaryrefslogtreecommitdiff
path: root/lib/Crypt/Cipher/AES.pm
diff options
context:
space:
mode:
authorKarel Miko <karel.miko@gmail.com>2017-10-30 18:10:19 +0100
committerKarel Miko <karel.miko@gmail.com>2017-10-30 18:10:19 +0100
commit59f7fb2ef1c37c54d1b7acee68ee8dc1c77e490d (patch)
tree53d7e667084b8214097900d7f3bd66b67f328012 /lib/Crypt/Cipher/AES.pm
parentf1e91168edc03ec7be0f5af43083d2059817d4c5 (diff)
version bump
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 035af4eb..d31c8053 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.054_003';
+our $VERSION = '0.054_004';
use CryptX;
use base 'Crypt::Cipher';