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