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.