summaryrefslogtreecommitdiff
path: root/lib/Crypt/Cipher/DES_EDE.pm
diff options
context:
space:
mode:
authorKarel Miko <karel.miko@gmail.com>2020-08-25 09:12:46 +0200
committerKarel Miko <karel.miko@gmail.com>2020-08-25 09:12:46 +0200
commita15c40bf4d4cc9d53d4c0adfd00dfa838a711ef6 (patch)
tree22f712cf6b78b7284fd3a82c209a867e62e435ce /lib/Crypt/Cipher/DES_EDE.pm
parente2a9d6ad74b7aa3e139af7206a4ae62c93e69f67 (diff)
version bump
Diffstat (limited to 'lib/Crypt/Cipher/DES_EDE.pm')
-rw-r--r--lib/Crypt/Cipher/DES_EDE.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Crypt/Cipher/DES_EDE.pm b/lib/Crypt/Cipher/DES_EDE.pm
index 21996782..5296aceb 100644
--- a/lib/Crypt/Cipher/DES_EDE.pm
+++ b/lib/Crypt/Cipher/DES_EDE.pm
@@ -4,7 +4,7 @@ package Crypt::Cipher::DES_EDE;
use strict;
use warnings;
-our $VERSION = '0.069';
+our $VERSION = '0.069_001';
use base qw(Crypt::Cipher);