import { VersionInfo } from '@start9labs/start-sdk' export const v_0_2_26 = VersionInfo.of({ version: '0.2.26:0', releaseNotes: { en_US: 'Open up /api/process/current and /api/process/cancel for unlicensed users so the in-flight banner clears after the pipeline finishes (previously the banner kept counting forever for free-tier users).', }, migrations: { up: async ({ effects }) => {}, down: async ({ effects }) => {}, }, })