From d915a66bd161b39f30cce55396aba7fa1c6e4c1f Mon Sep 17 00:00:00 2001 From: Samuel Williams Date: Mon, 13 Feb 2023 12:25:26 +1300 Subject: [PATCH] Bump patch version. --- lib/protocol/http2/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/protocol/http2/version.rb b/lib/protocol/http2/version.rb index 775e29f..e48f5c2 100644 --- a/lib/protocol/http2/version.rb +++ b/lib/protocol/http2/version.rb @@ -5,6 +5,6 @@ module Protocol module HTTP2 - VERSION = "0.15.0" + VERSION = "0.15.1" end end