From 4e7b2fb3bb1d1a9cd833e611607484bc94188e11 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Fri, 5 Jan 2024 17:37:56 +0900 Subject: Bump up net-http to 0.3.0.1 --- lib/net/http.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/net/http.rb b/lib/net/http.rb index b602d2d0b0..d0582f8867 100644 --- a/lib/net/http.rb +++ b/lib/net/http.rb @@ -397,7 +397,7 @@ module Net #:nodoc: class HTTP < Protocol # :stopdoc: - VERSION = "0.3.0" + VERSION = "0.3.0.1" Revision = %q$Revision$.split[1] HTTPVersion = '1.1' begin -- cgit v1.2.3