From ff52431ee5a9bdefa8240e69ea4220591babad4b Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Mon, 2 Dec 2024 16:44:51 +0900 Subject: [ruby/securerandom] Bump up 0.4.0 https://github.com/ruby/securerandom/commit/53f97f3151 --- lib/securerandom.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/securerandom.rb b/lib/securerandom.rb index 102b5a0be0..db1fcaab02 100644 --- a/lib/securerandom.rb +++ b/lib/securerandom.rb @@ -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. -- cgit v1.2.3