From c7f399f721bb8e2b82620771de37e0cd042f846a Mon Sep 17 00:00:00 2001 From: Jonathan Hall Date: Sat, 10 Apr 2021 18:01:23 +0200 Subject: [PATCH] Bump version constant for next release --- chttp/chttp.go | 2 +- constants.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chttp/chttp.go b/chttp/chttp.go index 67610d5c..97d1f92b 100644 --- a/chttp/chttp.go +++ b/chttp/chttp.go @@ -27,7 +27,7 @@ const typeJSON = "application/json" // The default UserAgent values const ( UserAgent = "Kivik chttp" - Version = "3.2.5" + Version = "3.2.7" ) // Client represents a client connection. It embeds an *http.Client diff --git a/constants.go b/constants.go index 875bd928..dfe04dc3 100644 --- a/constants.go +++ b/constants.go @@ -1,7 +1,7 @@ package couchdb // Version is the current version of this package. -const Version = "3.2.5" +const Version = "3.2.7" const ( // OptionFullCommit is the option key used to set the `X-Couch-Full-Commit`