chore: bump version to 0.4.0-alpha.23

This commit is contained in:
Aiden McClelland
2026-03-25 23:27:57 -06:00
parent 0719c227ee
commit b7f7202e25
7 changed files with 51 additions and 10 deletions

View File

@@ -70,7 +70,7 @@ import { createVolumes } from './util/Volume'
import { getDataVersion, setDataVersion } from './version'
/** The minimum StartOS version required by this SDK release */
export const OSVersion = testTypeVersion('0.4.0-alpha.22')
export const OSVersion = testTypeVersion('0.4.0-alpha.23')
// prettier-ignore
type AnyNeverCond<T extends any[], Then, Else> =