import { VersionInfo } from '@start9labs/start-sdk' export const v_0_2_8 = VersionInfo.of({ version: '0.2.8:0', releaseNotes: { en_US: 'Serve the web app with no-cache on index.html so upgrades show up immediately without a manual browser refresh. Includes the fund Partners/Documents tabs and the sidebar header alignment fix.', }, migrations: { up: async ({ effects }) => {}, down: async ({ effects }) => {}, }, })