summaryrefslogtreecommitdiff
path: root/lib/Crypt/Cipher/AES.pm
diff options
context:
space:
mode:
authorKarel Miko <karel.miko@gmail.com>2018-03-18 17:23:07 +0100
committerKarel Miko <karel.miko@gmail.com>2018-03-18 17:23:07 +0100
commitb6a6b298f2754e3be5a01e891a2892ece4b54f2d (patch)
tree853121cf34d4007187ff24eb5ab5a3caf987e3c3 /lib/Crypt/Cipher/AES.pm
parent507f33613863fb4d8a0f27d68659faf9ad86457d (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 7ffc9da2..a5ac16b7 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.058_001';
+our $VERSION = '0.058_002';
use base qw(Crypt::Cipher);