summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorHiroshi SHIBATA <[email protected]>2024-12-02 16:44:51 +0900
committergit <[email protected]>2024-12-02 07:45:05 +0000
commitff52431ee5a9bdefa8240e69ea4220591babad4b (patch)
treec288620bfc95e3b3355966918ce5848e3cab3512 /lib
parent165e34ed94de221d218c0e8c0e9fed9781634ebd (diff)
[ruby/securerandom] Bump up 0.4.0
https://github.com/ruby/securerandom/commit/53f97f3151
Diffstat (limited to 'lib')
-rw-r--r--lib/securerandom.rb2
1 files changed, 1 insertions, 1 deletions
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.