From 2b895a7ad53d025e91566c4f51eac3623f99eddf Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Mon, 2 Dec 2024 17:42:00 +0900 Subject: [PATCH] [ruby/net-http] Bump up 0.6.0 https://github.com/ruby/net-http/commit/6475fa68ba --- lib/net/http.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/net/http.rb b/lib/net/http.rb index 6eae1034d1..759e18e435 100644 --- a/lib/net/http.rb +++ b/lib/net/http.rb @@ -730,7 +730,7 @@ module Net #:nodoc: class HTTP < Protocol # :stopdoc: - VERSION = "0.5.0" + VERSION = "0.6.0" HTTPVersion = '1.1' begin require 'zlib'