summaryrefslogtreecommitdiff
path: root/lib/Crypt/Cipher/AES.pm
diff options
context:
space:
mode:
authorKarel Miko <karel.miko@gmail.com>2017-12-11 09:47:07 +0100
committerKarel Miko <karel.miko@gmail.com>2017-12-11 09:47:07 +0100
commitcc52fa76cc1a624a1225e65910e35229b422f407 (patch)
tree9e77b4e67be11c34ca2f0682d3e3617bd5cafd56 /lib/Crypt/Cipher/AES.pm
parenta7d348225a3b68b2c1cf57c678a79e999c54f175 (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 21e757e2..346da453 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.055';
+our $VERSION = '0.055_001';
use CryptX;
use base 'Crypt::Cipher';