[ruby/securerandom] Bump up 0.4.0

https://github.com/ruby/securerandom/commit/53f97f3151
This commit is contained in:
Hiroshi SHIBATA 2024-12-02 16:44:51 +09:00 committed by git
parent 165e34ed94
commit ff52431ee5

View File

@ -41,7 +41,7 @@ require 'random/formatter'
module SecureRandom
# The version
VERSION = "0.3.2"
VERSION = "0.4.0"
class << self
# Returns a random binary string containing +size+ bytes.