[ruby/net-http] Bump up 0.4.0

https://github.com/ruby/net-http/commit/4be99c204c
This commit is contained in:
Hiroshi SHIBATA 2023-11-06 17:22:54 +09:00 committed by git
parent 66d266244c
commit e3a19b8a43

View File

@ -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'