diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2025-12-17 13:28:33 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2025-12-17 15:47:43 +0900 |
| commit | fedafec78b2e6aa17a4246192a40192d7a0cf69c (patch) | |
| tree | a2daf98bed14c998ca342e66e4e9d89450e0091e /lib | |
| parent | df18f3baa658174ef89c8c2c11be4fea9bda4fc7 (diff) | |
[ruby/net-http] v0.9.0
https://github.com/ruby/net-http/commit/3ccf0c8e6a
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 994ddbc069..4ce8a2c874 100644 --- a/lib/net/http.rb +++ b/lib/net/http.rb @@ -724,7 +724,7 @@ module Net #:nodoc: class HTTP < Protocol # :stopdoc: - VERSION = "0.8.0" + VERSION = "0.9.0" HTTPVersion = '1.1' begin require 'zlib' |
