From ecf32dbfc03c39a75fdd8a4e4dc3cb987db44516 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Mon, 9 May 2022 18:20:08 +0900 Subject: [ruby/net-http] Bump version to 0.2.2 https://github.com/ruby/net-http/commit/992d07cb41 --- 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 09dcef3bfb..a583441253 100644 --- a/lib/net/http.rb +++ b/lib/net/http.rb @@ -397,7 +397,7 @@ module Net #:nodoc: class HTTP < Protocol # :stopdoc: - VERSION = "0.2.1.pre1" + VERSION = "0.2.2" Revision = %q$Revision$.split[1] HTTPVersion = '1.1' begin -- cgit v1.2.3