import { VersionInfo } from '@start9labs/start-sdk' export const v_0_2_13 = VersionInfo.of({ version: '0.2.13:0', releaseNotes: { en_US: 'Re-importing a NAV now updates that quarter in place instead of adding a second round (no more doubled totals on the Entities view). New Ten31 Portal branding and logo.', }, migrations: { up: async ({ effects }) => {}, down: async ({ effects }) => {}, }, })