From b27310f7918571f5784b93917cdbccf37fb7f35f Mon Sep 17 00:00:00 2001 From: Samuel Williams Date: Wed, 24 Apr 2024 02:28:15 +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 b480ed22..bed111df 100644 --- a/lib/async/http/version.rb +++ b/lib/async/http/version.rb @@ -5,6 +5,6 @@ module Async module HTTP - VERSION = "0.64.2" + VERSION = "0.65.0" end end