From 3bcef51a676bb606c369a5ae19dcab03c6f00b93 Mon Sep 17 00:00:00 2001 From: Rahul De Date: Sun, 11 May 2025 12:11:21 +0100 Subject: [PATCH] [doc] point to latest on README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb1b41c..0dc6d63 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ See [API.md](API.md). Use as a dependency in `deps.edn` or `bb.edn`: ``` clojure -org.babashka/http-client {:mvn/version "0.3.11"} +org.babashka/http-client {:mvn/version "0.4.22"} ``` ## Rationale