aboutsummaryrefslogtreecommitdiff
path: root/server-v1/source/EpistmoolServer/ServerProperties.hpp
blob: 58654420cebe54ce2bc1e73438021087a0e9b8e4 (plain)
1
2
3
4
5
6
7
8
9
#pragma once

#include "EpistmoolServer/Protocol/Version.hpp"

namespace Epistmool::Server {
namespace ServerProperties {
	const auto kVersion = ProtocolVersions::v0_1;
}
} // namespace Epistmool::Server