zapProtocolVersion top-level constant

String const zapProtocolVersion

The protocol version spoken by this implementation.

0.1 is the v0 draft slice from issue #809; 1.0 is reserved for the first stable release. The version rides every envelope as the zap field — a mismatch is a version error, never a silent misinterpretation.

Implementation

const String zapProtocolVersion = '0.1';