Skip to content

Commit 82548a4

Browse files
committed
Ruby/OpenSSL 3.1.1
1 parent 4258c37 commit 82548a4

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

History.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Version 3.1.1
2+
=============
3+
4+
Merged changes in 3.0.3.
5+
6+
17
Version 3.1.0
28
=============
39

lib/openssl/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module OpenSSL
4-
VERSION = "3.1.0"
4+
VERSION = "3.1.1"
55
end

openssl.gemspec

+1-1
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 = "3.1.0"
3+
spec.version = "3.1.1"
44
spec.authors = ["Martin Bosslet", "SHIBATA Hiroshi", "Zachary Scott", "Kazuki Yamaguchi"]
55
spec.email = ["[email protected]"]
66
spec.summary = %q{OpenSSL provides SSL, TLS and general purpose cryptography.}

0 commit comments

Comments
 (0)