Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

blockchain: Bump database module minor version. #2654

Merged

Conversation

rstaudt2
Copy link
Member

This bumps the minor version for the database module in the blockchain go.mod since it is using a new method introduced in the database package.

For reference, this was done by running the following command in blockchain, where bdccd3e3f7b0738007a7d63e66ea6b6ab823e023 is the commit that introduced the new public method in the database package that blockchain is now using:

go get github.com/decred/dcrd/database/v2@bdccd3e3f7b0738007a7d63e66ea6b6ab823e023

This bumps the minor version for the database module in the blockchain
go.mod since it is using a new method introduced in the database
package.
@davecgh davecgh merged commit be78f4d into decred:master May 21, 2021
@rstaudt2 rstaudt2 deleted the blockchain-bump-database-minor-version branch July 2, 2021 16:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants