From 489c468dbae5e137c45fa5fc65646d2db3a76e81 Mon Sep 17 00:00:00 2001 From: Samuel Williams Date: Wed, 11 Sep 2024 11:29:38 +1200 Subject: [PATCH] Bump minor version. --- lib/async/http/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/async/http/version.rb b/lib/async/http/version.rb index 4b9a3bd..e912314 100644 --- a/lib/async/http/version.rb +++ b/lib/async/http/version.rb @@ -5,6 +5,6 @@ module Async module HTTP - VERSION = "0.75.0" + VERSION = "0.76.0" end end