diff options
| author | nagachika <nagachika@ruby-lang.org> | 2023-12-16 10:45:01 +0900 |
|---|---|---|
| committer | nagachika <nagachika@ruby-lang.org> | 2023-12-16 10:48:39 +0900 |
| commit | e7ad9a786dc4d4574f69629e9efa3d1d95413dca (patch) | |
| tree | 255df501e17a73f4a4bb57ef08ea66f5672f9007 /lib | |
| parent | c5cea385a5e42e464b436844f0ae185b17a93eb9 (diff) | |
merge revision(s) e3a19b8a4306ae3103e6a27cdac7482585aac453:
[ruby/net-http] Bump up 0.4.0
https://github.com/ruby/net-http/commit/4be99c204c
---
lib/net/http.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 c04466deef..34ca0669eb 100644 --- a/lib/net/http.rb +++ b/lib/net/http.rb @@ -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' |
