diff --git a/lib/securerandom.rb b/lib/securerandom.rb index 43732a6..81757f3 100644 --- a/lib/securerandom.rb +++ b/lib/securerandom.rb @@ -41,7 +41,7 @@ module SecureRandom # The version - VERSION = "0.3.0" + VERSION = "0.3.1" class << self # Returns a random binary string containing +size+ bytes.