summaryrefslogtreecommitdiff
path: root/lib/Crypt/Cipher/SAFER_K128.pm
diff options
context:
space:
mode:
authorKarel Miko <karel.miko@gmail.com>2019-10-19 19:44:35 +0200
committerKarel Miko <karel.miko@gmail.com>2019-10-19 19:44:35 +0200
commit9e4f276dee7d2a40fb2818afe8faadeda0a7ba8d (patch)
treeedc8061f13f8ed6bfc78d88794126edb287c2700 /lib/Crypt/Cipher/SAFER_K128.pm
parent23f2acc4257d59ce136d559cb005d61420aae9e4 (diff)
version bump
Diffstat (limited to 'lib/Crypt/Cipher/SAFER_K128.pm')
-rw-r--r--lib/Crypt/Cipher/SAFER_K128.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Crypt/Cipher/SAFER_K128.pm b/lib/Crypt/Cipher/SAFER_K128.pm
index a3771e44..a50cb27a 100644
--- a/lib/Crypt/Cipher/SAFER_K128.pm
+++ b/lib/Crypt/Cipher/SAFER_K128.pm
@@ -4,7 +4,7 @@ package Crypt::Cipher::SAFER_K128;
use strict;
use warnings;
-our $VERSION = '0.065';
+our $VERSION = '0.065_001';
use base qw(Crypt::Cipher);