summaryrefslogtreecommitdiff
path: root/lib/Crypt/Cipher/AES.pm
diff options
context:
space:
mode:
authorKarel Miko <karel.miko@gmail.com>2018-04-29 20:09:17 +0200
committerKarel Miko <karel.miko@gmail.com>2018-04-29 20:09:17 +0200
commit4ca032190f418c73f302cd960b5d341e0f315688 (patch)
tree97aba14a621c5bcb3802d38ab634106e14e3fe5c /lib/Crypt/Cipher/AES.pm
parent653122da865a1643cb2d831103856fdecec5a8e9 (diff)
dev 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 3882e3e5..749abecc 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.059_002';
+our $VERSION = '0.059_003';
use base qw(Crypt::Cipher);