blob: faa17d74ff145fb40827024ddd2c3199e172b129 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#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
|