summaryrefslogtreecommitdiff
path: root/lib/Crypt/Mode/CTR.pm
diff options
context:
space:
mode:
authorgregor herrmann <gregoa@debian.org>2023-11-01 21:24:14 +0100
committergregor herrmann <gregoa@debian.org>2023-11-01 21:24:14 +0100
commitd0028b7800375d4b99b3b7fa0b080463b5f20516 (patch)
tree87c2ee04800120d0124ce4de312f6297f77574bf /lib/Crypt/Mode/CTR.pm
parent0d9dd2adfb84247ac5d89b5e5de45532e670ad89 (diff)
parent91b33728c36084305fcc75cc15901d60ba285a4e (diff)
New upstream version 0.080
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;