chore: bump to v0.4.0-alpha.21

This commit is contained in:
Aiden McClelland
2026-03-16 13:54:45 -06:00
parent cc6a134a32
commit 1c1ae11241
7 changed files with 51 additions and 10 deletions

View File

@@ -69,7 +69,7 @@ import { getOwnServiceInterfaces } from '../../base/lib/util/getServiceInterface
import { Volumes, createVolumes } from './util/Volume'
/** The minimum StartOS version required by this SDK release */
export const OSVersion = testTypeVersion('0.4.0-alpha.20')
export const OSVersion = testTypeVersion('0.4.0-alpha.21')
// prettier-ignore
type AnyNeverCond<T extends any[], Then, Else> =