import { VersionInfo } from '@start9labs/start-sdk' export const v_0_2_46 = VersionInfo.of({ version: '0.2.46:0', releaseNotes: { en_US: 'Removed the Install ID display from Settings. Showing it telegraphs the uninstall-and-reinstall workaround for resetting credits, and there\'s no real user-facing need to surface it. The underlying mechanism is unchanged — Recap still generates an install ID on first boot and sends it to the relay for credit accounting, just doesn\'t display it in the UI.', }, migrations: { up: async ({ effects }) => {}, down: async ({ effects }) => {}, }, })