Skip to content

Commit

Permalink
fix(BUX-250): set valid package version number
Browse files Browse the repository at this point in the history
  • Loading branch information
arkadiuszos4chain committed Nov 14, 2023
1 parent 078a708 commit c02694d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion definitions.go
Original file line number Diff line number Diff line change
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.9.3" // Go-Paymail version
version = "v0.7.2" // Go-Paymail version
)

// Public defaults for paymail specs
Expand Down

0 comments on commit c02694d

Please sign in to comment.