From 2b1d680f0f5d3aaf9c3882e3048f66ef416477a4 Mon Sep 17 00:00:00 2001 From: Jonathan Hall Date: Wed, 11 Sep 2024 17:11:13 +0200 Subject: [PATCH] Release 4.3.2 to fix $exists in x/mango --- constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants.go b/constants.go index de85d6f9..85a7e1ab 100644 --- a/constants.go +++ b/constants.go @@ -14,7 +14,7 @@ package kivik const ( // Version is the version of the Kivik library. - Version = "4.3.1" + Version = "4.3.2" ) // SessionCookieName is the name of the CouchDB session cookie.