diff --git a/src/shared/constants.ts b/src/shared/constants.ts index 5be4be8..0d6eef0 100644 --- a/src/shared/constants.ts +++ b/src/shared/constants.ts @@ -66,7 +66,11 @@ export const ANTD_RELEASE_REPO = 'WithAutonomi/ant-sdk'; * an rc here would make the "Download daemon" flow install a daemon the * extension immediately flags as unsupported. */ -export const ANTD_RELEASE_TAG = 'v0.11.1'; +// NOTE: v0.11.1 (referenced above) was the *first* stable to carry the +// installer assets; keep this pointed at the latest stable that still has them. +// v0.12.0 verified to carry antd-windows-x64-setup.msi / antd-macos.pkg / +// antd-linux-x64.deb. +export const ANTD_RELEASE_TAG = 'v0.12.0'; /** Releases landing page — fallback / "other builds" link. */ export const ANTD_RELEASES_URL = `https://github.com/${ANTD_RELEASE_REPO}/releases`;