From 21e226c0bcc3b92401cdc49002d47da5f037da8c Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Fri, 5 Jan 2024 17:24:43 +0900 Subject: [PATCH] Bump version to 0.4.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 c32f913..8ac80a4 100644 --- a/lib/net/http.rb +++ b/lib/net/http.rb @@ -722,7 +722,7 @@ class HTTPHeaderSyntaxError < StandardError; end class HTTP < Protocol # :stopdoc: - VERSION = "0.4.0" + VERSION = "0.4.1" HTTPVersion = '1.1' begin require 'zlib'