From f681cd4fe4a54a1a05d784110ff74cbff2224d3a Mon Sep 17 00:00:00 2001 From: Samuel Williams Date: Fri, 26 Jan 2024 21:30:35 +1300 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 be1dea53..35c173c0 100644 --- a/lib/async/http/version.rb +++ b/lib/async/http/version.rb @@ -5,6 +5,6 @@ module Async module HTTP - VERSION = "0.62.0" + VERSION = "0.63.0" end end