import { VersionInfo } from '@start9labs/start-sdk' export const v_0_2_5 = VersionInfo.of({ version: '0.2.5:0', releaseNotes: { en_US: 'StartOS actions are now grouped (Setup / AI Backends / Tiers) for easier navigation in the operator dashboard.', }, migrations: { up: async ({ effects }) => {}, down: async ({ effects }) => {}, }, })