[ruby/net-http] Bump version to 0.4.1

https://github.com/ruby/net-http/commit/21e226c0bc
This commit is contained in:
Hiroshi SHIBATA 2024-01-05 17:24:43 +09:00 committed by git
parent 7b2b1e61ce
commit 75a8b48fba

View File

@ -722,7 +722,7 @@ module Net #:nodoc:
class HTTP < Protocol class HTTP < Protocol
# :stopdoc: # :stopdoc:
VERSION = "0.4.0" VERSION = "0.4.1"
HTTPVersion = '1.1' HTTPVersion = '1.1'
begin begin
require 'zlib' require 'zlib'