summaryrefslogtreecommitdiff
path: root/lib/Crypt/Cipher/RC5.pm
diff options
context:
space:
mode:
authorKarel Miko <karel.miko@gmail.com>2023-04-28 14:24:52 +0200
committerKarel Miko <karel.miko@gmail.com>2023-04-28 14:24:52 +0200
commit0d66b89458beeffbd84cf4ad2a16de878ccc956e (patch)
tree298366e3817a3f796edb9d16b0464819b4a72eff /lib/Crypt/Cipher/RC5.pm
parent5f99973425f326cd4a477e543af91243e1aa3283 (diff)
v0.078
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 6acdf3fa..f2102593 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.077';
+our $VERSION = '0.078';
use base qw(Crypt::Cipher);