From 6475fa68ba8483d4651b7a8e4d33f0aea2cf27db Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Mon, 2 Dec 2024 17:42:00 +0900 Subject: [PATCH] Bump up 0.6.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 7a5b080..cea5cc5 100644 --- a/lib/net/http.rb +++ b/lib/net/http.rb @@ -730,7 +730,7 @@ class HTTPHeaderSyntaxError < StandardError; end class HTTP < Protocol # :stopdoc: - VERSION = "0.5.0" + VERSION = "0.6.0" HTTPVersion = '1.1' begin require 'zlib'