summaryrefslogtreecommitdiff
path: root/lib/Crypt/PRNG/Sober128.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Crypt/PRNG/Sober128.pm')
-rw-r--r--lib/Crypt/PRNG/Sober128.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Crypt/PRNG/Sober128.pm b/lib/Crypt/PRNG/Sober128.pm
index 3d2bb1c2..d75ff182 100644
--- a/lib/Crypt/PRNG/Sober128.pm
+++ b/lib/Crypt/PRNG/Sober128.pm
@@ -2,7 +2,7 @@ package Crypt::PRNG::Sober128;
use strict;
use warnings;
-our $VERSION = '0.079_006';
+our $VERSION = '0.079_007';
use base qw(Crypt::PRNG Exporter);
our %EXPORT_TAGS = ( all => [qw(random_bytes random_bytes_hex random_bytes_b64 random_bytes_b64u random_string random_string_from rand irand)] );