Skip to content

Commit c637049

Browse files
authored
Merge pull request #329 from go-kivik/prep-v3
Bump version constant
2 parents 00fef0f + 0b2d9bb commit c637049

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

chttp/chttp.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const typeJSON = "application/json"
2727
// The default UserAgent values
2828
const (
2929
UserAgent = "Kivik chttp"
30-
Version = "3.3.0"
30+
Version = "3.4.0"
3131
)
3232

3333
// Client represents a client connection. It embeds an *http.Client

constants.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package couchdb
22

33
// Version is the current version of this package.
4-
const Version = "3.3.0"
4+
const Version = "3.4.0"
55

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

0 commit comments

Comments
 (0)