tyler-smith / go-bip39

The BIP39 library for Go.
MIT License
549 stars 196 forks source link

Issue new release as 1.0.1 (for go modules) #30

Closed gabriel closed 5 years ago

gabriel commented 5 years ago

By default, go modules is picking up the latest release (1.0.0 tag) which is older. Would it be possible to do a 1.0.1 release, so go mod picks up the latest?

Alternatively go module users will need to go get github.com/tyler-smith/go-bip39@master.

Thanks!

tyler-smith commented 5 years ago

Done!