diff --git a/lib/securerandom.rb b/lib/securerandom.rb index 81757f3100..102b5a0be0 100644 --- a/lib/securerandom.rb +++ b/lib/securerandom.rb @@ -41,7 +41,7 @@ require 'random/formatter' module SecureRandom # The version - VERSION = "0.3.1" + VERSION = "0.3.2" class << self # Returns a random binary string containing +size+ bytes.