From fa196025f9fd978dcc28fa9e6c190782e188e90f Mon Sep 17 00:00:00 2001 From: Samuel Williams Date: Tue, 16 Apr 2024 15:14:46 +1200 Subject: [PATCH] Bump patch version. --- lib/protocol/http/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/protocol/http/version.rb b/lib/protocol/http/version.rb index 73cab45..9c004bf 100644 --- a/lib/protocol/http/version.rb +++ b/lib/protocol/http/version.rb @@ -5,6 +5,6 @@ module Protocol module HTTP - VERSION = "0.26.3" + VERSION = "0.26.4" end end