From cbb8ae21daee31b5e6328faa244b0f2f2d787896 Mon Sep 17 00:00:00 2001 From: Samuel Williams Date: Sun, 7 Jul 2024 15:57:58 +0900 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 3d98f8b..657589a 100644 --- a/lib/protocol/http/version.rb +++ b/lib/protocol/http/version.rb @@ -5,6 +5,6 @@ module Protocol module HTTP - VERSION = "0.26.6" + VERSION = "0.26.7" end end