summaryrefslogtreecommitdiff
path: root/lib/Crypt/Cipher/AES.pm
diff options
context:
space:
mode:
authorKarel Miko <karel.miko@gmail.com>2022-08-21 09:39:26 +0200
committerKarel Miko <karel.miko@gmail.com>2022-08-21 09:39:26 +0200
commitcf911d736487e6eeb3685b5d56281dc629ee7ff6 (patch)
treea72ca40a48e6d0c3c2843d44ff6cba8736c876d4 /lib/Crypt/Cipher/AES.pm
parentc9a67f3742994d8c9909b0c492f1ee13d3d3c12f (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 6f584e26..4f8e5530 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.076_003';
+our $VERSION = '0.077';
use base qw(Crypt::Cipher);