summaryrefslogtreecommitdiff
path: root/lib/Crypt/Cipher/AES.pm
diff options
context:
space:
mode:
authorKarel Miko <karel.miko@gmail.com>2018-01-30 17:41:14 +0100
committerKarel Miko <karel.miko@gmail.com>2018-01-30 17:41:14 +0100
commitf68210387335aaeb30025499b81a3c7f7b85bb08 (patch)
tree2b305126ad415901d44877df98dfb8df1bbfc366 /lib/Crypt/Cipher/AES.pm
parent08c76d3b00890f69503d160ef1ece340a251e240 (diff)
dev release
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 d770591a..b23962c9 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.056_008';
+our $VERSION = '0.056_009';
use base qw(Crypt::Cipher);