Skip to content

Commit

Permalink
Merge #2729: bitcoin: Set version number
Browse files Browse the repository at this point in the history
46e0ce5 bitcoin: Set version number (Tobin C. Harding)

Pull request description:

  During the recent release cycle we left `bitcoin` on the last rc version.

  Set the version number to `v0.33.0-unreleased` to make it obvious what it is.

  Close: #2724

ACKs for top commit:
  apoelstra:
    ACK 46e0ce5
  sanket1729:
    ACK 46e0ce5

Tree-SHA512: 8a1fa062cf0240c5a7e1c05f0378097464423c29827f14068d01ac562d1be571bec2d267a5a12d0828c5a2809ef743f03ef29ccea9a31a5c9e3eefce66b3d30d
  • Loading branch information
apoelstra committed May 15, 2024
2 parents 2ec5a4b + 46e0ce5 commit 845ae37
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo-minimal.lock
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ dependencies = [

[[package]]
name = "bitcoin"
version = "0.32.0-rc1"
version = "0.33.0-unreleased"
dependencies = [
"base58ck",
"base64",
Expand Down
2 changes: 1 addition & 1 deletion Cargo-recent.lock
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dependencies = [

[[package]]
name = "bitcoin"
version = "0.32.0-rc1"
version = "0.33.0-unreleased"
dependencies = [
"base58ck",
"base64",
Expand Down
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.33.0-unreleased"
authors = ["Andrew Poelstra <apoelstra@wpsoftware.net>"]
license = "CC0-1.0"
repository = "https://github.com/rust-bitcoin/rust-bitcoin/"
Expand Down

0 comments on commit 845ae37

Please sign in to comment.