From cd266979733441a3ee0bfbc38e3af1a9e9c40eca Mon Sep 17 00:00:00 2001 From: Jonathan Hall Date: Thu, 25 Apr 2024 15:57:14 +0200 Subject: [PATCH] Tag a new maintenence release v4.2.2 --- constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants.go b/constants.go index ad7e1f74b..4fa86b4a4 100644 --- a/constants.go +++ b/constants.go @@ -14,7 +14,7 @@ package kivik const ( // Version is the version of the Kivik library. - Version = "4.2.1" + Version = "4.2.2" ) // SessionCookieName is the name of the CouchDB session cookie.