From 08d21b4bd2000596160d62f28b840b53e26d738d Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Mon, 19 Dec 2022 10:39:05 +0900 Subject: [PATCH] [ruby/net-http] Bump version to 0.3.2 https://github.com/ruby/net-http/commit/b8bdb7248e --- 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 efac32aef9..47e62d6e70 100644 --- a/lib/net/http.rb +++ b/lib/net/http.rb @@ -379,7 +379,7 @@ module Net #:nodoc: class HTTP < Protocol # :stopdoc: - VERSION = "0.3.1" + VERSION = "0.3.2" Revision = %q$Revision$.split[1] HTTPVersion = '1.1' begin