Skip to content

Commit

Permalink
bitcoin: Set version number
Browse files Browse the repository at this point in the history
During the recent release cycle we left `bitcoin` on the last rc
version.

Set the version number to the current release, as it is for all the
other crates in the workspace.

Close: #2724
  • Loading branch information
tcharding committed Apr 29, 2024
1 parent c4d017e commit d4256c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bitcoin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bitcoin"
version = "0.32.0-rc1"
version = "0.32.0"
authors = ["Andrew Poelstra <apoelstra@wpsoftware.net>"]
license = "CC0-1.0"
repository = "https://github.com/rust-bitcoin/rust-bitcoin/"
Expand Down

0 comments on commit d4256c8

Please sign in to comment.