import { VersionInfo } from '@start9labs/start-sdk' export const v_0_1_7 = VersionInfo.of({ version: '0.1.7:0', releaseNotes: { en_US: 'Fix YouTube subscription checking by removing unnecessary browser ' + 'impersonation flag that was not present in the original working code.', }, migrations: { up: async ({ effects }) => {}, down: async ({ effects }) => {}, }, })