bitcoin: Set version number

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
This commit is contained in:
Tobin C. Harding 2024-04-30 07:43:01 +10:00
parent c4d017e7c4
commit 46e0ce59a3
No known key found for this signature in database
GPG Key ID: 40BF9E4C269D6607
3 changed files with 3 additions and 3 deletions

View File

@ -47,7 +47,7 @@ dependencies = [
[[package]]
name = "bitcoin"
version = "0.32.0-rc1"
version = "0.33.0-unreleased"
dependencies = [
"base58ck",
"base64",

View File

@ -46,7 +46,7 @@ dependencies = [
[[package]]
name = "bitcoin"
version = "0.32.0-rc1"
version = "0.33.0-unreleased"
dependencies = [
"base58ck",
"base64",

View File

@ -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/"