From 09a9ea163a3e755e7004934d3d2995d460cc3db7 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Mon, 5 Dec 2022 15:42:35 +0900 Subject: [PATCH] Bump version to 0.3.1 --- 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 fa21352f..702d02ee 100644 --- a/lib/net/http.rb +++ b/lib/net/http.rb @@ -379,7 +379,7 @@ class HTTPHeaderSyntaxError < StandardError; end class HTTP < Protocol # :stopdoc: - VERSION = "0.3.0" + VERSION = "0.3.1" Revision = %q$Revision$.split[1] HTTPVersion = '1.1' begin