summaryrefslogtreecommitdiff
path: root/lib/Crypt/Mode/OFB.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Crypt/Mode/OFB.pm')
-rw-r--r--lib/Crypt/Mode/OFB.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Crypt/Mode/OFB.pm b/lib/Crypt/Mode/OFB.pm
index 0deea057..e6495456 100644
--- a/lib/Crypt/Mode/OFB.pm
+++ b/lib/Crypt/Mode/OFB.pm
@@ -4,7 +4,7 @@ package Crypt::Mode::OFB;
use strict;
use warnings;
-our $VERSION = '0.079_006';
+our $VERSION = '0.079_007';
use Crypt::Cipher;