diff options
| author | Kazuki Yamaguchi <k@rhe.jp> | 2025-10-06 16:59:35 +0900 |
|---|---|---|
| committer | Kazuki Yamaguchi <k@rhe.jp> | 2025-10-06 17:02:44 +0900 |
| commit | 33808e0f7ccff30fd1d0d9565f0c15690d6e55c7 (patch) | |
| tree | 88fbda5240c2580e7919e73527dbb7e96501146a | |
| parent | 224c17876ca5e9ae9aed9d9a219c74e22e79be11 (diff) | |
[ruby/openssl] Bump version number to 4.0.0.pre
https://github.com/ruby/openssl/commit/64f4aae6bd
| -rw-r--r-- | ext/openssl/lib/openssl/version.rb | 2 | ||||
| -rw-r--r-- | ext/openssl/openssl.gemspec | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/openssl/lib/openssl/version.rb b/ext/openssl/lib/openssl/version.rb index 8672154c89..784f888506 100644 --- a/ext/openssl/lib/openssl/version.rb +++ b/ext/openssl/lib/openssl/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module OpenSSL - VERSION = "3.3.1" + VERSION = "4.0.0.pre" end diff --git a/ext/openssl/openssl.gemspec b/ext/openssl/openssl.gemspec index aec091f0e0..061a9c5a6a 100644 --- a/ext/openssl/openssl.gemspec +++ b/ext/openssl/openssl.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |spec| spec.name = "openssl" - spec.version = "3.3.1" + spec.version = "4.0.0.pre" spec.authors = ["Martin Bosslet", "SHIBATA Hiroshi", "Zachary Scott", "Kazuki Yamaguchi"] spec.email = ["ruby-core@ruby-lang.org"] spec.summary = %q{SSL/TLS and general-purpose cryptography for Ruby} |
