Skip to content

Commit

Permalink
bump library version
Browse files Browse the repository at this point in the history
  • Loading branch information
svenwiltink committed May 27, 2020
1 parent 2cc25da commit 9800cba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ func (m *mockServer) getHTTPServer() *httptest.Server {
// check if the request has the right content-type
assert.Equal(m.t, req.Header.Get("Accept"), "application/json")
// check if the request has the right user-agent
assert.Equal(m.t, req.Header.Get("User-Agent"), "go-client-gotransip/6.0.0")
assert.Equal(m.t, req.Header.Get("User-Agent"), "go-client-gotransip/6.2.0")
// check if the request has the right content-type
assert.Equal(m.t, req.Header.Get("Content-Type"), "application/json")

Expand Down
2 changes: 1 addition & 1 deletion configuration.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
)

const (
libraryVersion = "6.0.0"
libraryVersion = "6.2.0"
defaultBasePath = "https://api.transip.nl/v6"
userAgent = "go-client-gotransip/" + libraryVersion
)
Expand Down

0 comments on commit 9800cba

Please sign in to comment.