Skip to content

Commit bed32d0

Browse files
authored
chore: prep for v0.21.0 (#1717)
Prep work for the v0.21.0 release. The `current` version in `versions/versions.json` will be updated after this is live on testntet as it only impacts docs. The seeds for testnet 7 are included in #1681, which will be merged once we're ready to have the public launch testnet 7 nodes.
2 parents 5651650 + c53a04a commit bed32d0

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-2
lines changed

flake.lock

Lines changed: 18 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,10 @@
123123
url = "github:unionlabs/union/release-v0.20.0";
124124
flake = false;
125125
};
126+
v0_21_0 = {
127+
url = "github:unionlabs/union/release-v0.21.0";
128+
flake = false;
129+
};
126130
};
127131
outputs =
128132
inputs@{ self

unionvisor/unionvisor.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
mkBundle {
8888
name = "testnet-next";
8989
versions = uniondBundleVersions.complete;
90-
nextVersion = "v0.21.0";
90+
nextVersion = "v0.22.0";
9191
genesis = ../networks/genesis/union-testnet-7/genesis.json;
9292
meta = {
9393
binary_name = "uniond";

versions/versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"seeds": "b37de4c50e26f7cde4c7b6ce06046a6693ffef2c@union.testnet.6.seed.poisonphang.com:26656"
1616
},
1717
"union-testnet-7": {
18-
"versions": ["v0.20.0"],
18+
"versions": ["v0.20.0", "v0.21.0"],
1919
"current": "v0.20.0",
2020
"seeds": ""
2121
}

0 commit comments

Comments
 (0)