Skip to content

Commit

Permalink
Merge pull request #274 from go-kivik/vers-v3
Browse files Browse the repository at this point in the history
Bump version constant for next release
  • Loading branch information
flimzy authored Apr 10, 2021
2 parents 046dd1f + c7f399f commit 6f4a6b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chttp/chttp.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion constants.go
Original file line number Diff line number Diff line change
@@ -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`
Expand Down

0 comments on commit 6f4a6b9

Please sign in to comment.