diff options
| author | Kazuki Yamaguchi <k@rhe.jp> | 2026-05-14 00:42:14 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2026-05-14 13:59:53 +0900 |
| commit | 1fbf9abe85e36c442d43fae6be8b5573a959b971 (patch) | |
| tree | 578bbb8624e18ad2da92338d860ee4f08340608f /ext/openssl/lib | |
| parent | 0c2dcf4815800551b60bfcd3106855defceb6df0 (diff) | |
Merge openssl-3.2.4ruby_3_3
The changes can be found at:
https://github.com/ruby/openssl/compare/v3.2.3...v3.2.4
Diffstat (limited to 'ext/openssl/lib')
| -rw-r--r-- | ext/openssl/lib/openssl/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/openssl/lib/openssl/version.rb b/ext/openssl/lib/openssl/version.rb index 63a404af9e..ca073a20ae 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.2.3" + VERSION = "3.2.4" end |
