import { VersionInfo } from '@start9labs/start-sdk' export const v_0_1_13 = VersionInfo.of({ version: '0.1.13:0', releaseNotes: { en_US: 'keysat licensing', }, migrations: { up: async ({ effects }) => {}, down: async ({ effects }) => {}, }, })