From 5ec23dab3c5855c60922daf920894fd94aea30aa Mon Sep 17 00:00:00 2001 From: Samuel Williams Date: Tue, 9 Apr 2024 18:54:20 +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 db9be49..7bbad66 100644 --- a/lib/protocol/http/version.rb +++ b/lib/protocol/http/version.rb @@ -5,6 +5,6 @@ module Protocol module HTTP - VERSION = "0.26.1" + VERSION = "0.26.2" end end