Skip to content

Commit

Permalink
chore: prep for v0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PoisonPhang committed Apr 9, 2024
1 parent 5651650 commit c53a04a
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
18 changes: 18 additions & 0 deletions flake.lock

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

4 changes: 4 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,10 @@
url = "github:unionlabs/union/release-v0.20.0";
flake = false;
};
v0_21_0 = {
url = "github:unionlabs/union/release-v0.21.0";
flake = false;
};
};
outputs =
inputs@{ self
Expand Down
2 changes: 1 addition & 1 deletion unionvisor/unionvisor.nix
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
mkBundle {
name = "testnet-next";
versions = uniondBundleVersions.complete;
nextVersion = "v0.21.0";
nextVersion = "v0.22.0";
genesis = ../networks/genesis/union-testnet-7/genesis.json;
meta = {
binary_name = "uniond";
Expand Down
2 changes: 1 addition & 1 deletion versions/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"seeds": "b37de4c50e26f7cde4c7b6ce06046a6693ffef2c@union.testnet.6.seed.poisonphang.com:26656"
},
"union-testnet-7": {
"versions": ["v0.20.0"],
"versions": ["v0.20.0", "v0.21.0"],
"current": "v0.20.0",
"seeds": ""
}
Expand Down

0 comments on commit c53a04a

Please sign in to comment.