Skip to content

Commit

Permalink
Bump version constant prior to release
Browse files Browse the repository at this point in the history
  • Loading branch information
flimzy committed Aug 28, 2023
1 parent a63b843 commit 7722886
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.4.0"
Version = "3.4.1"
)

// 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.4.0"
const Version = "3.4.1"

const (
// OptionFullCommit is the option key used to set the `X-Couch-Full-Commit`
Expand Down

0 comments on commit 7722886

Please sign in to comment.