From 8f57d0a71d677dcfb65a16a9ccfb4edaf74c6cac Mon Sep 17 00:00:00 2001 From: Jonathan Hall Date: Wed, 21 Aug 2024 11:01:02 +0200 Subject: [PATCH] Bump version to 4.3.1 to include bugfix for path escaping with DBExists method --- constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants.go b/constants.go index 618b3f45..de85d6f9 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.0" + Version = "4.3.1" ) // SessionCookieName is the name of the CouchDB session cookie.