From 75a8b48fba5392019bf7be82eab247a2eef13c98 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Fri, 5 Jan 2024 17:24:43 +0900 Subject: [PATCH] [ruby/net-http] Bump version to 0.4.1 https://github.com/ruby/net-http/commit/21e226c0bc --- 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 34ca0669ebeb03..387df4b8f4ef3d 100644 --- a/lib/net/http.rb +++ b/lib/net/http.rb @@ -722,7 +722,7 @@ class HTTPHeaderSyntaxError < StandardError; end class HTTP < Protocol # :stopdoc: - VERSION = "0.4.0" + VERSION = "0.4.1" HTTPVersion = '1.1' begin require 'zlib'