From 0017cc64c063cea53468d29bc7b8f96bc9e41e44 Mon Sep 17 00:00:00 2001 From: Charles Oliver Nutter Date: Wed, 27 Apr 2022 15:55:28 -0500 Subject: [PATCH] Bump version to 0.2.1.pre1 --- 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 60b54607..2f616f48 100644 --- a/lib/net/http.rb +++ b/lib/net/http.rb @@ -397,7 +397,7 @@ class HTTPHeaderSyntaxError < StandardError; end class HTTP < Protocol # :stopdoc: - VERSION = "0.2.0" + VERSION = "0.2.1.pre1" Revision = %q$Revision$.split[1] HTTPVersion = '1.1' begin