Skip to content

Commit

Permalink
Bump lianad version to 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
darosior committed Aug 30, 2023
1 parent be3a3d3 commit 5675c74
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "liana"
version = "1.0.0"
version = "2.0.0"
authors = ["Antoine Poinsot <[email protected]>"]
edition = "2018"
repository = "https://github.com/wizardsardine/liana"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ impl fmt::Display for Version {
}

pub const VERSION: Version = Version {
major: 1,
major: 2,
minor: 0,
patch: 0,
};
Expand Down
2 changes: 1 addition & 1 deletion tests/test_rpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

def test_getinfo(lianad):
res = lianad.rpc.getinfo()
assert res["version"] == "1.0.0-dev"
assert res["version"] == "2.0.0-dev"
assert res["network"] == "regtest"
wait_for(lambda: lianad.rpc.getinfo()["block_height"] == 101)
res = lianad.rpc.getinfo()
Expand Down

0 comments on commit 5675c74

Please sign in to comment.