import { VersionInfo } from '@start9labs/start-sdk' export const v_0_2_28 = VersionInfo.of({ version: '0.2.28:0', releaseNotes: { en_US: "Investor gain/loss now measures total value (current NAV + distributions received) against paid-in capital, so an LP who has taken distributions no longer shows a false loss.", }, migrations: { up: async ({ effects }) => {}, down: async ({ effects }) => {}, }, })