Patch 1.0.1 START

This commit is contained in:
2026-01-01 21:51:16 +01:00
parent 83693ed1da
commit 867b2c953a
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.16)
# If MAJOR is 0, and MINOR > 0, Version is BETA # If MAJOR is 0, and MINOR > 0, Version is BETA
project(ColumnLynx project(ColumnLynx
VERSION 1.0.0 VERSION 1.0.1
LANGUAGES CXX LANGUAGES CXX
) )

View File

@@ -49,7 +49,7 @@ namespace ColumnLynx::Utils {
} }
std::string getVersion() { std::string getVersion() {
return "1.0.0"; return "1.0.1";
} }
unsigned short serverPort() { unsigned short serverPort() {