From d61fb8f5032ee3ca539179ce3d8e05f2998d60f8 Mon Sep 17 00:00:00 2001 From: Samuel Williams Date: Wed, 14 Aug 2024 14:36:02 +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 5f22c06..88f8a5e 100644 --- a/lib/async/http/version.rb +++ b/lib/async/http/version.rb @@ -5,6 +5,6 @@ module Async module HTTP - VERSION = "0.69.0" + VERSION = "0.70.0" end end