From c90dc1bef3ce8fe0d123e52462f2313a9b2672e3 Mon Sep 17 00:00:00 2001 From: Karel Miko Date: Tue, 30 Mar 2021 11:18:13 +0200 Subject: version++ --- lib/Crypt/Cipher/AES.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Crypt/Cipher/AES.pm') diff --git a/lib/Crypt/Cipher/AES.pm b/lib/Crypt/Cipher/AES.pm index 92095551..a7cb9f2e 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.070_001'; +our $VERSION = '0.071'; use base qw(Crypt::Cipher); -- cgit v1.2.3