#ifndef WANDA_PROTO_VERSION_HPP #define WANDA_PROTO_VERSION_HPP namespace wanda::proto { inline namespace v1 { auto constexpr version = "1.0.0"; } } // namespace wanda::proto #endif