diff --git a/lib/securerandom.rb b/lib/securerandom.rb index 442a71177d..6079fdb5c4 100644 --- a/lib/securerandom.rb +++ b/lib/securerandom.rb @@ -41,7 +41,7 @@ require 'random/formatter' module SecureRandom # The version - VERSION = "0.4.0" + VERSION = "0.4.1" class << self # Returns a random binary string containing +size+ bytes.