summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2023-12-16 12:09:34 +0800
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2023-12-16 12:10:38 +0800
commit2b3fc0407a9b9527ae5bf8069943661a061ec0ba (patch)
treec83037cf697d4bb73c012fd31fd9ec9a55636428
parent7c1ec8ae5070af95b5acd0283bcc751c07895494 (diff)
[ruby/securerandom] Bump up v0.3.1
https://github.com/ruby/securerandom/commit/890d659970
-rw-r--r--lib/securerandom.rb2
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.