import { VersionInfo } from '@start9labs/start-sdk' export const v_0_2_32 = VersionInfo.of({ version: '0.2.32:0', releaseNotes: { en_US: 'Persistent install-ID: each Recap install now mints a UUID on first boot (stored at /data/install-id) that the upcoming relay backend will use to track comped + paid credits. Surfaced in Settings → Install ID with a Copy button, and at /api/install-id for programmatic access.', }, migrations: { up: async ({ effects }) => {}, down: async ({ effects }) => {}, }, })