Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mrz1836 committed Oct 20, 2022
1 parent 7ab56bb commit a3da7dc
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
Expand Up @@ -205,7 +205,7 @@ func ExampleNewClient() {
return
}
fmt.Printf("loaded client: %s", client.GetOptions().userAgent)
// Output:loaded client: go-paymail: v0.7.9
// Output:loaded client: go-paymail: v0.8.0
}

// BenchmarkNewClient benchmarks the method NewClient()
Expand Down
2 changes: 1 addition & 1 deletion definitions.go
Expand Up @@ -18,7 +18,7 @@ const (
defaultSSLTimeout = 10 * time.Second // Default timeout in seconds
defaultUserAgent = "go-paymail: " + version // Default user agent
defaultNetwork = byte(Mainnet) // Default network
version = "v0.7.9" // Go-Paymail version
version = "v0.8.0" // Go-Paymail version
)

// Public defaults for paymail specs
Expand Down

0 comments on commit a3da7dc

Please sign in to comment.