Skip to content

Commit

Permalink
feat: migrtion test for uniond v0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PoisonPhang committed Sep 21, 2023
1 parent 994f72f commit 1f3607d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions e2e/upgrades.nix
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ in
${upgradeTo "v0.10.0" 20}
${upgradeTo "v0.11.0" 30}
${upgradeTo "v0.12.0" 40}
${upgradeTo "v0.13.0" 50}
'';

nodes = {
Expand Down
2 changes: 1 addition & 1 deletion unionvisor/unionvisor.nix
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
fallback_version = "v0.8.0";
};
bundle-testnet-next =
mkNextBundle "testnet" [ "v0.8.0" "v0.9.0" "v0.10.0" "v0.11.0" ] "v0.12.0" {
mkNextBundle "testnet" [ "v0.8.0" "v0.9.0" "v0.10.0" "v0.11.0" "v0.12.0" ] "v0.13.0" {
binary_name = "uniond";
versions_directory = "versions";
fallback_version = "v0.8.0";
Expand Down

0 comments on commit 1f3607d

Please sign in to comment.