From c4071b0a0918f88f79e91b154a5b5c09129c7bb4 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Mon, 11 Nov 2024 20:51:16 +0100 Subject: [PATCH] version --- src/babashka/http_client/internal/version.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/babashka/http_client/internal/version.clj b/src/babashka/http_client/internal/version.clj index 9fd2244..6938174 100644 --- a/src/babashka/http_client/internal/version.clj +++ b/src/babashka/http_client/internal/version.clj @@ -2,5 +2,5 @@ {:no-doc true}) (def version - #_:version "0.4.20" + #_:version "0.4.22" )