summaryrefslogtreecommitdiff
path: root/lib/securerandom.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/securerandom.rb')
-rw-r--r--lib/securerandom.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/securerandom.rb b/lib/securerandom.rb
index 43732a6ff5..81757f3100 100644
--- a/lib/securerandom.rb
+++ b/lib/securerandom.rb
@@ -41,7 +41,7 @@ require 'random/formatter'
module SecureRandom
# The version
- VERSION = "0.3.0"
+ VERSION = "0.3.1"
class << self
# Returns a random binary string containing +size+ bytes.