From d7ab828e5311b9292693099c7ad42919c2473029 Mon Sep 17 00:00:00 2001 From: Jonathan Hall Date: Thu, 11 Jan 2024 00:26:45 +0100 Subject: [PATCH] Tag v4.2.0 --- constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants.go b/constants.go index 3d63809e1..95a500d25 100644 --- a/constants.go +++ b/constants.go @@ -14,7 +14,7 @@ package kivik const ( // Version is the version of the Kivik library. - Version = "4.1.0" + Version = "4.2.0" ) // SessionCookieName is the name of the CouchDB session cookie.