1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00
lokinet/llarp/constants/proto.hpp
2022-05-28 13:18:43 -04:00

10 lines
179 B
C++

#pragma once
namespace llarp::constants
{
/// current network wide protocol version
// TODO: enum class
constexpr auto proto_version = 0;
} // namespace llarp::constants