Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
mrz1836 committed Feb 25, 2021
1 parent 281b7b5 commit 992c8db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ func ExampleNewClient() {
return
}
fmt.Printf("loaded client: %s", client.Options.UserAgent)
// Output:loaded client: go-paymail: v0.1.3
// Output:loaded client: go-paymail: v0.1.4
}

// BenchmarkNewClient benchmarks the method NewClient()
Expand Down Expand Up @@ -179,7 +179,7 @@ func ExampleDefaultClientOptions() {
return
}
fmt.Printf("loaded options: %s", options.UserAgent)
// Output:loaded options: go-paymail: v0.1.3
// Output:loaded options: go-paymail: v0.1.4
}

// BenchmarkDefaultClientOptions benchmarks the method DefaultClientOptions()
Expand Down
2 changes: 1 addition & 1 deletion definitions.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const (
defaultSSLDeadline = 10 // Default deadline in seconds
defaultSSLTimeout = 10 // Default timeout in seconds
defaultUserAgent = "go-paymail: " + version // Default user agent
version = "v0.1.3" // Go-Paymail version
version = "v0.1.4" // Go-Paymail version
)

// Public defaults for paymail specs
Expand Down

0 comments on commit 992c8db

Please sign in to comment.