summaryrefslogtreecommitdiff
path: root/lib/Crypt/Cipher/AES.pm
diff options
context:
space:
mode:
authorKarel Miko <karel.miko@gmail.com>2018-05-01 11:19:24 +0200
committerKarel Miko <karel.miko@gmail.com>2018-05-01 11:19:24 +0200
commit651cd32d60bf9178d6d52a6747f5f8cca4e8710c (patch)
treeb8ec8e4312ad51ae82dec55a9a0152e87dbf9043 /lib/Crypt/Cipher/AES.pm
parent4ca032190f418c73f302cd960b5d341e0f315688 (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 749abecc..6ddfa416 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_003';
+our $VERSION = '0.060';
use base qw(Crypt::Cipher);