Skip to content

Commit

Permalink
Bump feature version
Browse files Browse the repository at this point in the history
  • Loading branch information
mrz1836 committed Jun 6, 2022
1 parent 38bcc0f commit 2f5c3df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
const (

// version is the current version
version = "v0.10.5"
version = "v0.11.0"

// defaultUserAgent is the default user agent for all requests
defaultUserAgent string = "go-whatsonchain: " + version
Expand Down
2 changes: 1 addition & 1 deletion client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func TestNewClient_CustomHTTPClient(t *testing.T) {
func ExampleNewClient() {
client := NewClient(NetworkTest, nil, nil)
fmt.Println(client.UserAgent())
// Output:go-whatsonchain: v0.10.5
// Output:go-whatsonchain: v0.11.0
}

// BenchmarkNewClient benchmarks the NewClient method
Expand Down

0 comments on commit 2f5c3df

Please sign in to comment.