diff --git a/startos/versions/current.ts b/startos/versions/current.ts new file mode 100644 index 0000000..96df197 --- /dev/null +++ b/startos/versions/current.ts @@ -0,0 +1,12 @@ +import { IMPOSSIBLE, VersionInfo } from '@start9labs/start-sdk' + +export const current = VersionInfo.of({ + version: '0.1.0:1', + releaseNotes: { + en_US: 'Initial Munin Bitcoin release', + }, + migrations: { + up: async ({ effects }) => {}, + down: IMPOSSIBLE, + }, +}) \ No newline at end of file