diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2025-12-17 15:03:06 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2025-12-17 15:47:43 +0900 |
| commit | 26447b3597ab95af7cc220c641a1bd58b235fec9 (patch) | |
| tree | 831122caa0cc8875be9cc2378cab5f0fce3521e7 /lib | |
| parent | b80fc8bd84d194fdab60d0aee14ce0850a366500 (diff) | |
[ruby/net-http] v0.9.1
https://github.com/ruby/net-http/commit/8cee86e939
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 3bed9dc3a9..98d6793aee 100644 --- a/lib/net/http.rb +++ b/lib/net/http.rb @@ -724,7 +724,7 @@ module Net #:nodoc: class HTTP < Protocol # :stopdoc: - VERSION = "0.9.0" + VERSION = "0.9.1" HTTPVersion = '1.1' begin require 'zlib' |
