summaryrefslogtreecommitdiff
path: root/lib/Crypt/Cipher/RC5.pm
diff options
context:
space:
mode:
authorKarel Miko <karel.miko@gmail.com>2022-01-01 14:16:59 +0100
committerKarel Miko <karel.miko@gmail.com>2022-01-01 14:16:59 +0100
commit3c0ed7c2693af3d1ad873c3664f4871096afc91a (patch)
treead3dbaf759adc911bfca18459cca98193906673b /lib/Crypt/Cipher/RC5.pm
parenta007f7b395d99d0f064975fb75b430cab323432a (diff)
version bump (dev)
Diffstat (limited to 'lib/Crypt/Cipher/RC5.pm')
-rw-r--r--lib/Crypt/Cipher/RC5.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Crypt/Cipher/RC5.pm b/lib/Crypt/Cipher/RC5.pm
index 4e0f7a06..1f9f55d6 100644
--- a/lib/Crypt/Cipher/RC5.pm
+++ b/lib/Crypt/Cipher/RC5.pm
@@ -4,7 +4,7 @@ package Crypt::Cipher::RC5;
use strict;
use warnings;
-our $VERSION = '0.075_001';
+our $VERSION = '0.075_002';
use base qw(Crypt::Cipher);