import { VersionInfo } from '@start9labs/start-sdk' export const v_0_2_9 = VersionInfo.of({ version: '0.2.9:0', releaseNotes: { en_US: 'Show the running app version in the UI (sidebar / portal header) so updates are verifiable at a glance. Includes the fund Partners/Documents tabs, sidebar alignment fix, and no-cache on the web app.', }, migrations: { up: async ({ effects }) => {}, down: async ({ effects }) => {}, }, })