From 23d5a91e4daa9f2a20798a5a0d13fd498fd9c358 Mon Sep 17 00:00:00 2001 From: James Zaki Date: Thu, 21 Mar 2024 09:58:27 +0000 Subject: [PATCH] Update versions-updating.md --- docs/docs/developers/versions-updating.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/docs/developers/versions-updating.md b/docs/docs/developers/versions-updating.md index 6e391779633..6b570b12beb 100644 --- a/docs/docs/developers/versions-updating.md +++ b/docs/docs/developers/versions-updating.md @@ -130,3 +130,9 @@ If the dependencies fail to resolve ensure that the tag matches a tag in the [az ```bash aztec-up ``` + +If exceptionally needing to test different versions, a `VERSION` tag can be specified. Eg to use `master`: + +```bash +VERSION=master aztec-up +```