summaryrefslogtreecommitdiff
path: root/lib/Crypt/Cipher/AES.pm
diff options
context:
space:
mode:
authorKarel Miko <karel.miko@gmail.com>2021-07-13 22:51:08 +0200
committerKarel Miko <karel.miko@gmail.com>2021-07-13 22:51:08 +0200
commitfbfb58d84c160952958a09723f2c3990210bb49d (patch)
treef28f09c7024d45bd670d6f62e51ddbcdf71aae48 /lib/Crypt/Cipher/AES.pm
parent10f78b6de4107863e337063ee1eebb9df7d61f02 (diff)
version bump (dev)
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 d15585ea..51e75824 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.072_002';
+our $VERSION = '0.072_003';
use base qw(Crypt::Cipher);