diff --git a/constants.go b/constants.go index 8cb41b8ff..fc1c40cee 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-rc6" + Version = "4.0.1" ) // SessionCookieName is the name of the CouchDB session cookie.