summaryrefslogtreecommitdiff
path: root/lib/Crypt/Cipher/Blowfish.pm
diff options
context:
space:
mode:
authorKarel Miko <karel.miko@gmail.com>2020-03-10 14:03:45 +0100
committerKarel Miko <karel.miko@gmail.com>2020-03-10 14:03:45 +0100
commit238c865807f3efc80c32e9a53b1c7e4f2591f81d (patch)
treeef2a60505b3ca97fce5d4c9a5b825d984608c489 /lib/Crypt/Cipher/Blowfish.pm
parentbd92b708f90ac6f6e2fe53dc0bbe026493f917bb (diff)
version bump
Diffstat (limited to 'lib/Crypt/Cipher/Blowfish.pm')
-rw-r--r--lib/Crypt/Cipher/Blowfish.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Crypt/Cipher/Blowfish.pm b/lib/Crypt/Cipher/Blowfish.pm
index 0f238b44..973c5373 100644
--- a/lib/Crypt/Cipher/Blowfish.pm
+++ b/lib/Crypt/Cipher/Blowfish.pm
@@ -4,7 +4,7 @@ package Crypt::Cipher::Blowfish;
use strict;
use warnings;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
use base qw(Crypt::Cipher);