summaryrefslogtreecommitdiff
path: root/lib/Crypt/Cipher/RC6.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Crypt/Cipher/RC6.pm')
-rw-r--r--lib/Crypt/Cipher/RC6.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Crypt/Cipher/RC6.pm b/lib/Crypt/Cipher/RC6.pm
index 55920c3d..ed28e801 100644
--- a/lib/Crypt/Cipher/RC6.pm
+++ b/lib/Crypt/Cipher/RC6.pm
@@ -4,7 +4,7 @@ package Crypt::Cipher::RC6;
use strict;
use warnings;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
use base qw(Crypt::Cipher);