import { VersionInfo } from '@start9labs/start-sdk' export const v_0_2_31 = VersionInfo.of({ version: '0.2.31:0', releaseNotes: { en_US: "Entities view: the 'GP Entities and Management Companies' section is now 'Management Entities' and gains a new 'Carry Vehicle' entity type (with both Partners and Assets tabs) for carry vehicles like Ten31 EP LLC. Investor capital chart: the Distributions line only appears once distributions have actually been made.", }, migrations: { up: async ({ effects }) => {}, down: async ({ effects }) => {}, }, })