summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2023-11-07 13:20:07 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2023-11-07 13:21:23 +0900
commitc3a11f1cfc9b5da62a45246e40aaac4bb8c42e83 (patch)
tree12740564f484362b841ba0cdfa31ed858464e2dc
parent5f00e6798dfc19ec960309ec91484a2cea51b7c9 (diff)
[ruby/securerandom] Bump up 0.3.0
https://github.com/ruby/securerandom/commit/12c4ef3ea1
-rw-r--r--lib/securerandom.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/securerandom.rb b/lib/securerandom.rb
index 9faa09e4e0..9afd8a0716 100644
--- a/lib/securerandom.rb
+++ b/lib/securerandom.rb
@@ -40,7 +40,7 @@ require 'random/formatter'
module SecureRandom
- VERSION = "0.2.2"
+ VERSION = "0.3.0"
class << self
def bytes(n)