From a0f06f0dd4fff75a8eb71aeccb861726b850bf31 Mon Sep 17 00:00:00 2001 From: Samuel Williams Date: Mon, 26 Aug 2024 20:07:30 +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 88f8a5e..4a04705 100644 --- a/lib/async/http/version.rb +++ b/lib/async/http/version.rb @@ -5,6 +5,6 @@ module Async module HTTP - VERSION = "0.70.0" + VERSION = "0.71.0" end end