import { VersionInfo } from '@start9labs/start-sdk' export const v_0_2_125 = VersionInfo.of({ version: '0.2.125:0', releaseNotes: { en_US: 'Add Users tab to the operator dashboard: per-user credit balances with a grant-free-credits action', }, migrations: { up: async ({ effects }) => {}, down: async ({ effects }) => {}, }, })