diff options
author | Hiroshi SHIBATA <[email protected]> | 2023-12-16 12:09:34 +0800 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2023-12-16 12:10:38 +0800 |
commit | 2b3fc0407a9b9527ae5bf8069943661a061ec0ba (patch) | |
tree | c83037cf697d4bb73c012fd31fd9ec9a55636428 /lib | |
parent | 7c1ec8ae5070af95b5acd0283bcc751c07895494 (diff) |
[ruby/securerandom] Bump up v0.3.1
https://github.com/ruby/securerandom/commit/890d659970
Diffstat (limited to 'lib')
-rw-r--r-- | lib/securerandom.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/securerandom.rb b/lib/securerandom.rb index 43732a6ff5..81757f3100 100644 --- a/lib/securerandom.rb +++ b/lib/securerandom.rb @@ -41,7 +41,7 @@ require 'random/formatter' module SecureRandom # The version - VERSION = "0.3.0" + VERSION = "0.3.1" class << self # Returns a random binary string containing +size+ bytes. |