[ruby/securerandom] Bump up v0.4.1

https://github.com/ruby/securerandom/commit/65fb8ddcc3
This commit is contained in:
Hiroshi SHIBATA 2024-12-16 14:42:55 +09:00 committed by git
parent 7923e420c4
commit 89d3b72488

View File

@ -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.