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