diff options
author | Hiroshi SHIBATA <[email protected]> | 2023-11-06 17:22:54 +0900 |
---|---|---|
committer | git <[email protected]> | 2023-11-06 08:23:09 +0000 |
commit | e3a19b8a4306ae3103e6a27cdac7482585aac453 (patch) | |
tree | f797d9eebfcaea13091106c6a633f29e1856b628 /lib/net/http.rb | |
parent | 66d266244c00c1f9ffcfbd2970386e0adcc2512a (diff) |
[ruby/net-http] Bump up 0.4.0
https://github.com/ruby/net-http/commit/4be99c204c
Diffstat (limited to 'lib/net/http.rb')
-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' |