From 9e114338b97c1b063b26b378f0eff8d215e8ff06 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Mon, 5 Dec 2022 15:42:35 +0900 Subject: [ruby/net-http] Bump version to 0.3.1 https://github.com/ruby/net-http/commit/09a9ea163a --- lib/net/http.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/net/http.rb') diff --git a/lib/net/http.rb b/lib/net/http.rb index f07586e656..17a1f61884 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.0" + VERSION = "0.3.1" Revision = %q$Revision$.split[1] HTTPVersion = '1.1' begin -- cgit v1.2.3