From 6e14de2593e3583cc51bf8034a6f7f6f8d593ab0 Mon Sep 17 00:00:00 2001 From: Jonathan Hall Date: Wed, 17 Jul 2024 16:01:19 +0200 Subject: [PATCH] Bump version for Go 1.23 --- constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants.go b/constants.go index be1bf5cd2..5729b8622 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.3" + Version = "4.2.4" ) // SessionCookieName is the name of the CouchDB session cookie.