summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2024-01-05 17:34:25 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2024-01-05 18:21:44 +0900
commit3bd9adadbe0b500cf7e910c99db97aaddfba3369 (patch)
tree5ae379c1205baf044cc4dfa56b9c8cade08dd213 /lib
parent671fd2a6323ab1b11fe2ba672ad22b7d3e87945e (diff)
Bump up net-http to 0.4.1
Diffstat (limited to 'lib')
-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 34ca0669eb..387df4b8f4 100644
--- a/lib/net/http.rb
+++ b/lib/net/http.rb
@@ -722,7 +722,7 @@ module Net #:nodoc:
class HTTP < Protocol
# :stopdoc:
- VERSION = "0.4.0"
+ VERSION = "0.4.1"
HTTPVersion = '1.1'
begin
require 'zlib'