Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
mrz1836 committed Jan 11, 2022
1 parent d47ba9e commit 98b0cfb
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.4.5"
version = "v0.4.6"

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

// BenchmarkNewClient benchmarks the NewClient method
Expand Down

0 comments on commit 98b0cfb

Please sign in to comment.