[ruby/net-http] Bump up 0.6.0

https://github.com/ruby/net-http/commit/6475fa68ba
This commit is contained in:
Hiroshi SHIBATA 2024-12-02 17:42:00 +09:00 committed by git
parent 9a005ad562
commit 2b895a7ad5

View File

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