From 9c752cc3851795d60397f8cf863e3eff3cc311bb Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Mon, 24 Oct 2022 14:43:15 +0900 Subject: [PATCH] Bump version to 0.3.0 --- 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 928541f8..b602d2d0 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.2" + VERSION = "0.3.0" Revision = %q$Revision$.split[1] HTTPVersion = '1.1' begin