summaryrefslogtreecommitdiff
path: root/lib/Crypt/Mode/CFB.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Crypt/Mode/CFB.pm')
-rw-r--r--lib/Crypt/Mode/CFB.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Crypt/Mode/CFB.pm b/lib/Crypt/Mode/CFB.pm
index f13b95e2..3bcb7ba5 100644
--- a/lib/Crypt/Mode/CFB.pm
+++ b/lib/Crypt/Mode/CFB.pm
@@ -4,7 +4,7 @@ package Crypt::Mode::CFB;
use strict;
use warnings;
-our $VERSION = '0.075';
+our $VERSION = '0.075_001';
use Crypt::Cipher;