import { VersionInfo } from '@start9labs/start-sdk' export const v_0_2_39 = VersionInfo.of({ version: '0.2.39:0', releaseNotes: { en_US: 'StartOS actions are now grouped (Setup / AI Providers) for easier operator navigation. Setup contains Admin Password + Recap License together at the top; AI Providers contains all the per-provider key/endpoint actions.', }, migrations: { up: async ({ effects }) => {}, down: async ({ effects }) => {}, }, })