lib/benchmark/http/version.rb in benchmark-http-0.16.1 vs lib/benchmark/http/version.rb in benchmark-http-0.18.0

- old
+ new

@@ -1,10 +1,10 @@ # frozen_string_literal: true # Released under the MIT License. -# Copyright, 2018-2022, by Samuel Williams. +# Copyright, 2018-2024, by Samuel Williams. module Benchmark module HTTP - VERSION = "0.16.1" + VERSION = "0.18.0" end end