diff options
author | Hiroshi SHIBATA <[email protected]> | 2024-12-02 17:42:00 +0900 |
---|---|---|
committer | git <[email protected]> | 2024-12-02 08:42:13 +0000 |
commit | 2b895a7ad53d025e91566c4f51eac3623f99eddf (patch) | |
tree | 7fdcca46970d5e3c3c3f14493323c3b7849b985f /lib | |
parent | 9a005ad562ed90fa9ca26bc4f8c257deac0ab65c (diff) |
[ruby/net-http] Bump up 0.6.0
https://github.com/ruby/net-http/commit/6475fa68ba
Diffstat (limited to 'lib')
-rw-r--r-- | lib/net/http.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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' |