Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
mrz1836 committed Nov 7, 2020
1 parent 4310ce6 commit 0835dda
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 @@ -110,7 +110,7 @@ func ExampleNewClient() {
return
}
fmt.Printf("loaded client: %s", client.Options.UserAgent)
// Output:loaded client: go-paymail: v0.0.12
// Output:loaded client: go-paymail: v0.0.14
}

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

// 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.0.12" // Go-Paymail version
version = "v0.0.14" // Go-Paymail version
)

// Public defaults for paymail specs
Expand Down

0 comments on commit 0835dda

Please sign in to comment.