chore: align tutorial with the v1.0.0 release

This commit is contained in:
2026-09-09 10:10:40 -04:00
parent bc9d0a7865
commit c578342637
6 changed files with 31 additions and 29 deletions
+4 -4
View File
@@ -7,10 +7,10 @@ repo_root=$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)
cd "$repo_root"
himesan_bin=${HIMESAN_BIN:-himesan}
expected_compiler_version=v1.0.0-rc.1
expected_runtime_version=v1.0.0-rc.1
expected_compiler_version=v1.0.0
expected_runtime_version=v1.0.0
if ! command -v "$himesan_bin" >/dev/null 2>&1; then
echo "himesan was not found; install v1.0.0-rc.1 or set HIMESAN_BIN" >&2
echo "himesan was not found; install v1.0.0 or set HIMESAN_BIN" >&2
exit 1
fi
@@ -65,4 +65,4 @@ if grep -Eq '^gamertan\.com/sandwich-hime$|^gamertan\.com/sandwich-hime/(cmd|int
exit 1
fi
echo "verified RC.1 compiler and runtime, deterministic generation, tests, vet, build, and runtime-only production dependencies"
echo "verified v1.0.0 compiler and runtime, deterministic generation, tests, vet, build, and runtime-only production dependencies"