From 17d75efe64b38588b5331c6d8b90b78d006e7dbc Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Mon, 4 Sep 2023 16:05:04 +0200 Subject: [PATCH] v0.4.15 --- 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 dd5325c..aebb0c7 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.14" + #_:version "0.4.15" )