import { VersionInfo } from '@start9labs/start-sdk' export const v_0_1_6 = VersionInfo.of({ version: '0.1.6:0', releaseNotes: { en_US: 'Fix YouTube subscription checking on StartOS by gracefully handling ' + 'missing curl_cffi. Browser impersonation is now used only when available, ' + 'with automatic fallback for environments where it cannot be installed.', }, migrations: { up: async ({ effects }) => {}, down: async ({ effects }) => {}, }, })