Files
tspm/ts/shared/protocol/protocol.version.ts

5 lines
174 B
TypeScript

/**
* Protocol version for client-daemon communication
* This allows for version compatibility checks between client and daemon
*/
export const PROTOCOL_VERSION = '1.0.0';