Configures libp2p to use the given protocol version.
Future<void> withProtocolVersion(String version) async { protocolVersion = version; }