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