Skip to content

Commit

Permalink
Bump version constant for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
flimzy committed Apr 10, 2021
1 parent 046dd1f commit c7f399f
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 c7f399f

Please sign in to comment.