aboutsummaryrefslogtreecommitdiff
path: root/server-v1/source/EpistmoolServer/ServerProperties.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'server-v1/source/EpistmoolServer/ServerProperties.hpp')
-rw-r--r--server-v1/source/EpistmoolServer/ServerProperties.hpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/server-v1/source/EpistmoolServer/ServerProperties.hpp b/server-v1/source/EpistmoolServer/ServerProperties.hpp
new file mode 100644
index 0000000..5865442
--- /dev/null
+++ b/server-v1/source/EpistmoolServer/ServerProperties.hpp
@@ -0,0 +1,9 @@
+#pragma once
+
+#include "EpistmoolServer/Protocol/Version.hpp"
+
+namespace Epistmool::Server {
+namespace ServerProperties {
+ const auto kVersion = ProtocolVersions::v0_1;
+}
+} // namespace Epistmool::Server