import { VersionInfo } from '@start9labs/start-sdk' export const v_0_2_23 = VersionInfo.of({ version: '0.2.23:0', releaseNotes: { en_US: 'You can link a GP or management-company entity to its investor account. Its Assets tab then shows its real capital-account balance in each fund, pulled from the eNAV, with no double entry. Set this on the entity\'s Edit form.', }, migrations: { up: async ({ effects }) => {}, down: async ({ effects }) => {}, }, })