summaryrefslogtreecommitdiff
path: root/lib/Crypt/Cipher/AES.pm
diff options
context:
space:
mode:
authorKarel Miko <karel.miko@gmail.com>2018-11-28 11:37:23 +0100
committerKarel Miko <karel.miko@gmail.com>2018-11-28 11:37:23 +0100
commit2e9bfbbe9026c54ea344a024521a4c79df0a108c (patch)
tree7f432809d383456c75212fda0c33421313eb427a /lib/Crypt/Cipher/AES.pm
parentb6d08b144b58f506bf48a4c3ac146a9736b06765 (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 2098785f..78277545 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.062_002';
+our $VERSION = '0.063';
use base qw(Crypt::Cipher);