diff options
| author | Kazuki Yamaguchi <k@rhe.jp> | 2021-10-16 18:47:11 +0900 |
|---|---|---|
| committer | Kazuki Yamaguchi <k@rhe.jp> | 2021-10-16 18:57:57 +0900 |
| commit | 4991dabdd07a596fe815768438f7103bb51ff411 (patch) | |
| tree | 97d4f230b5821dcfbc992a0674664f66bb04c133 /ext | |
| parent | cea3c55d58a6ca85582e728c32ff4a359427530c (diff) | |
[ruby/openssl] bump version number to 3.0.0.pre
https://github.com/ruby/openssl/commit/baa83a8a57
Diffstat (limited to 'ext')
| -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 d541cbf162..acd53d440d 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 = "2.2.1" + VERSION = "3.0.0.pre" end diff --git a/ext/openssl/openssl.gemspec b/ext/openssl/openssl.gemspec index 3581637272..e9fd351abf 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 = "2.2.1" + spec.version = "3.0.0.pre" spec.authors = ["Martin Bosslet", "SHIBATA Hiroshi", "Zachary Scott", "Kazuki Yamaguchi"] spec.email = ["ruby-core@ruby-lang.org"] spec.summary = %q{OpenSSL provides SSL, TLS and general purpose cryptography.} |
