summaryrefslogtreecommitdiff
path: root/lib/Crypt/Stream/RC4.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Crypt/Stream/RC4.pm')
-rw-r--r--lib/Crypt/Stream/RC4.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Crypt/Stream/RC4.pm b/lib/Crypt/Stream/RC4.pm
index 9678c73a..b1335ff6 100644
--- a/lib/Crypt/Stream/RC4.pm
+++ b/lib/Crypt/Stream/RC4.pm
@@ -2,7 +2,7 @@ package Crypt::Stream::RC4;
use strict;
use warnings;
-our $VERSION = '0.079_006';
+our $VERSION = '0.079_007';
use CryptX;