From ec5edce066278fac639806baa468fa49d644f7ee Mon Sep 17 00:00:00 2001 From: Nicolas Chamo Date: Sun, 22 Mar 2026 19:09:09 -0300 Subject: [PATCH] feat(aztec-up): default install version to latest instead of nightly --- aztec-up/bootstrap.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aztec-up/bootstrap.sh b/aztec-up/bootstrap.sh index a03a7409093a..ca66675b81d8 100755 --- a/aztec-up/bootstrap.sh +++ b/aztec-up/bootstrap.sh @@ -129,8 +129,8 @@ function release { # This is not done by CI. # It's a manual process, as updating the root installer and alias index requires careful consideration. function release_root_installer { - # Upload root aztec-install with VERSION defaulting to nightly (instead of local 0.0.1). - sed "s/^VERSION=.*/VERSION=\${VERSION:-nightly}/" bin/0.0.1/aztec-install | \ + # Upload root aztec-install with VERSION defaulting to latest (instead of local 0.0.1). + sed "s/^VERSION=.*/VERSION=\${VERSION:-latest}/" bin/0.0.1/aztec-install | \ do_or_dryrun aws s3 cp - "s3://install.aztec.network/aztec-install" do_or_dryrun aws s3 cp bin/0.0.1/aztec-up "s3://install.aztec.network/aztec-up"