From 0809fcd16366fa6296e1cca8c90a15545f18c5d6 Mon Sep 17 00:00:00 2001 From: Samuel Williams Date: Wed, 8 May 2024 12:50:50 +1200 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 f8a3eb3..f667b53 100644 --- a/lib/benchmark/http/version.rb +++ b/lib/benchmark/http/version.rb @@ -5,6 +5,6 @@ module Benchmark module HTTP - VERSION = "0.16.1" + VERSION = "0.17.0" end end