From 0f09b63dc40969e9c5ac810faad1422abb40f586 Mon Sep 17 00:00:00 2001 From: James Zaki Date: Thu, 21 Mar 2024 16:31:24 +0000 Subject: [PATCH] docs: Update versions-updating.md (#5358) --- 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 +```