diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2024-11-07 11:39:13 +0900 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2024-11-07 02:39:23 +0000 |
| commit | 72bc6984192cd7489afafd70a60567e0f87b1ecc (patch) | |
| tree | 080c4e394735ac4037e01d11016c6a1a29e3a7b9 /lib | |
| parent | 048bb1e1763c3ea9208a4049b515c15252f19cf1 (diff) | |
[ruby/net-http] Bump up v0.5.0
https://github.com/ruby/net-http/commit/28a4bf9295
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 5cc9d2ce88..c673d0d622 100644 --- a/lib/net/http.rb +++ b/lib/net/http.rb @@ -730,7 +730,7 @@ module Net #:nodoc: class HTTP < Protocol # :stopdoc: - VERSION = "0.4.1" + VERSION = "0.5.0" HTTPVersion = '1.1' begin require 'zlib' |
