release(nesdoctor): point the installers at v0.2.1

v0.2.0 and earlier lose Windows submissions entirely, so nothing should be
installing them.
This commit is contained in:
Wanjohi
2026-09-02 15:59:28 +03:00
parent a7eeb14de5
commit a84886861c
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ REPO="nestrilabs/nestri"
# product release goes out it would move again and every install here would
# 404. Bump this line when cutting a nesdoctor release; `NESDOCTOR_TAG`
# overrides it for testing.
DEFAULT_TAG="nesdoctor-v0.2.0"
DEFAULT_TAG="nesdoctor-v0.2.1"
TAG="${NESDOCTOR_TAG:-$DEFAULT_TAG}"
TMP="$(mktemp -d)"
trap 'rm -rf "$TMP"' EXIT INT TERM