From e7ad9a786dc4d4574f69629e9efa3d1d95413dca Mon Sep 17 00:00:00 2001 From: nagachika Date: Sat, 16 Dec 2023 10:45:01 +0900 Subject: merge revision(s) e3a19b8a4306ae3103e6a27cdac7482585aac453: [ruby/net-http] Bump up 0.4.0 https://github.com/ruby/net-http/commit/4be99c204c --- lib/net/http.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- lib/net/http.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/net/http.rb b/lib/net/http.rb index c04466deef..34ca0669eb 100644 --- a/lib/net/http.rb +++ b/lib/net/http.rb @@ -722,7 +722,7 @@ module Net #:nodoc: class HTTP < Protocol # :stopdoc: - VERSION = "0.3.2" + VERSION = "0.4.0" HTTPVersion = '1.1' begin require 'zlib' -- cgit v1.2.3