From 7b5e5aecc988b0ff67145d01eb2ce9a6e0a09538 Mon Sep 17 00:00:00 2001 From: Samuel Williams Date: Mon, 18 Nov 2024 13:06:13 +1300 Subject: [PATCH] Bump minor version. --- lib/benchmark/http/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/benchmark/http/version.rb b/lib/benchmark/http/version.rb index 2114f7a..b37f163 100644 --- a/lib/benchmark/http/version.rb +++ b/lib/benchmark/http/version.rb @@ -5,6 +5,6 @@ module Benchmark module HTTP - VERSION = "0.17.0" + VERSION = "0.18.0" end end