Skip to content

Commit 926523d

Browse files
committed
Bump lightning-block-sync version number to fix SemVer CI
PR #4175 made the first breaking API change in `lightning-block-sync` since v0.2 without bumping the version number. Here we bump the version number, allowing our SemVer CI check to be happy again.
1 parent 75a6c5b commit 926523d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning-block-sync/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lightning-block-sync"
3-
version = "0.2.0+git"
3+
version = "0.3.0+git"
44
authors = ["Jeffrey Czyz", "Matt Corallo"]
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/lightningdevkit/rust-lightning"

0 commit comments

Comments
 (0)