summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2025-10-31 11:27:05 +0900
committergit <svn-admin@ruby-lang.org>2025-10-31 02:28:22 +0000
commit8b1fd559b8f75caeeec4ceaa23df26ad64af4009 (patch)
tree9f454b94dd2a4a29c8b659dffffe3b2de1105273
parent78966ae667c60e698dfe7a0d4be22ebc7fbe4d64 (diff)
[ruby/net-http] v0.7.0
https://github.com/ruby/net-http/commit/ec9c70a6fb
-rw-r--r--lib/net/http.rb2
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'