summaryrefslogtreecommitdiff
path: root/lib/Crypt/Cipher/SAFER_K128.pm
diff options
context:
space:
mode:
authorKarel Miko <karel.miko@gmail.com>2021-02-12 15:36:34 +0100
committerKarel Miko <karel.miko@gmail.com>2021-02-12 15:36:34 +0100
commitc7c64782c8fe1b22cb6495d6164e6abbb0c840a5 (patch)
treefd6b05b92e6516e750b7a040de4528ea3f1c65e5 /lib/Crypt/Cipher/SAFER_K128.pm
parentff8be3911cfd341b4f5cfee05ecc1df2533c665d (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 73bd5544..287dc5bd 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.069_001';
+our $VERSION = '0.070';
use base qw(Crypt::Cipher);