Version b0.1 (Beta 0.1) - Refactor some stuff and move session_registry to .cpp file

This commit is contained in:
2025-12-04 15:48:18 +01:00
parent 668b96e8e0
commit 842752cd88
7 changed files with 117 additions and 85 deletions

View File

@@ -49,7 +49,7 @@ namespace ColumnLynx::Utils {
}
std::string getVersion() {
return "a0.6";
return "b0.1";
}
unsigned short serverPort() {