import { VersionInfo } from '@start9labs/start-sdk' export const v_0_2_30 = VersionInfo.of({ version: '0.2.30:0', releaseNotes: { en_US: "Investor portal: the capital block now reads 'Current Capital Balance' and shows only the percentage gain (green) or loss (red) beneath it — the redundant dollar 'gain/loss vs paid-in' line was removed.", }, migrations: { up: async ({ effects }) => {}, down: async ({ effects }) => {}, }, })