diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2024-11-11 17:59:58 +0900 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2024-11-11 09:00:08 +0000 |
| commit | 461fa56e1014d00c03f459ef6afc2c7626c824df (patch) | |
| tree | 3ab10e846066163dc3d485330c50699b613bc56b /lib | |
| parent | 768f2d1018adfc4abe3101a20a570a804a0bdd60 (diff) | |
[ruby/securerandom] Bump up v0.3.2
https://github.com/ruby/securerandom/commit/9703d96a76
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 81757f3100..102b5a0be0 100644 --- a/lib/securerandom.rb +++ b/lib/securerandom.rb @@ -41,7 +41,7 @@ require 'random/formatter' module SecureRandom # The version - VERSION = "0.3.1" + VERSION = "0.3.2" class << self # Returns a random binary string containing +size+ bytes. |
