From d1d3643ef473a64583381b96e9f2a34bdec54819 Mon Sep 17 00:00:00 2001 From: Jonathan Hall Date: Sun, 15 Oct 2023 21:23:07 +0200 Subject: [PATCH] Tag rc4 --- constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants.go b/constants.go index b8dc86830..e6d500d4e 100644 --- a/constants.go +++ b/constants.go @@ -14,7 +14,7 @@ package kivik const ( // Version is the version of the Kivik library. - Version = "4.0.1-rc3" + Version = "4.0.1-rc4" ) // SessionCookieName is the name of the CouchDB session cookie.