From cd2613b6a43bac87574dac17b8b9b813bbdc5e42 Mon Sep 17 00:00:00 2001 From: Charles Oliver Nutter Date: Wed, 27 Apr 2022 15:55:28 -0500 Subject: [ruby/net-http] Bump version to 0.2.1.pre1 https://github.com/ruby/net-http/commit/0017cc64c0 --- 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 dd64a2d11e..09dcef3bfb 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.0" + VERSION = "0.2.1.pre1" Revision = %q$Revision$.split[1] HTTPVersion = '1.1' begin -- cgit v1.2.3