Update version

This commit is contained in:
2025-11-07 22:32:40 +01:00
parent 5127fe1999
commit 494ade207c
2 changed files with 6 additions and 0 deletions

View File

@@ -33,6 +33,9 @@ int main(int argc, char** argv) {
PanicHandler::init();
try {
log("ColumnLynx Client, Version " + getVersion());
log("This software is licensed under the GPLv3. See LICENSE for details.");
LibSodiumWrapper sodiumWrapper = LibSodiumWrapper();
std::array<uint8_t, 32> aesKey = {0}; // Defualt zeroed state until modified by handshake