diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2025-10-31 11:27:05 +0900 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2025-10-31 02:28:22 +0000 |
| commit | 8b1fd559b8f75caeeec4ceaa23df26ad64af4009 (patch) | |
| tree | 9f454b94dd2a4a29c8b659dffffe3b2de1105273 | |
| parent | 78966ae667c60e698dfe7a0d4be22ebc7fbe4d64 (diff) | |
[ruby/net-http] v0.7.0
https://github.com/ruby/net-http/commit/ec9c70a6fb
| -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 85051a4468..6cacc55603 100644 --- a/lib/net/http.rb +++ b/lib/net/http.rb @@ -724,7 +724,7 @@ module Net #:nodoc: class HTTP < Protocol # :stopdoc: - VERSION = "0.6.0" + VERSION = "0.7.0" HTTPVersion = '1.1' begin require 'zlib' |
