// SPDX-License-Identifier: BUSL-1.1
//! Wire protocol version newtype.
/// Opaque wrapper around a `u16` wire-protocol version number.
///
/// v1 is the implicit "no envelope" world — messages serialized directly
/// without any outer `Versioned<T>` wrapper. v2 is the first explicit version
/// emitted by [`crate::wire_version::envelope::encode_versioned`].
;