Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion src/shared/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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`;
Expand Down
Loading