Skip to content

Commit 6e410b8

Browse files
committed
Ruby/OpenSSL 4.0.2
1 parent 4d6d068 commit 6e410b8

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

History.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Version 4.0.2
2+
=============
3+
4+
Merged changes in 3.2.4 and 3.3.3.
5+
6+
17
Version 4.0.1
28
=============
39

lib/openssl/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
module OpenSSL
44
# The version string of Ruby/OpenSSL.
5-
VERSION = "4.0.1"
5+
VERSION = "4.0.2"
66
end

openssl.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |spec|
22
spec.name = "openssl"
3-
spec.version = "4.0.1"
3+
spec.version = "4.0.2"
44
spec.authors = ["Martin Bosslet", "SHIBATA Hiroshi", "Zachary Scott", "Kazuki Yamaguchi"]
55
spec.email = ["ruby-core@ruby-lang.org"]
66
spec.summary = %q{SSL/TLS and general-purpose cryptography for Ruby}

0 commit comments

Comments
 (0)