Skip to content

Commit

Permalink
Bump version 0.19.0-3 -> 0.19.0-4.0.0
Browse files Browse the repository at this point in the history
We recently bumped the MSRV, this is a major change and requires a
version bump.

We are using a version format that includes the Bitcoin Core version and
the version for this lib, currently the lib version is a single number.
Instead use typical semvar <Major>.<Minor>.<Patch> for the lib.
  • Loading branch information
tcharding committed May 15, 2022
1 parent a42839a commit 55bee74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bitcoinconsensus"
version = "0.19.0-3"
version = "0.19.0-4.0.0"
authors = ["Tamas Blummer <[email protected]>"]
license = "Apache-2.0"
homepage = "https://github.com/rust-bitcoin/rust-bitcoinconsensus/"
Expand Down

0 comments on commit 55bee74

Please sign in to comment.