From 867b2c953ae7c18a0957d3cf132265548ee8b07f Mon Sep 17 00:00:00 2001 From: DcruBro Date: Thu, 1 Jan 2026 21:51:16 +0100 Subject: [PATCH] Patch 1.0.1 START --- CMakeLists.txt | 2 +- src/common/utils.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index acf436a..2447a5c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.16) # If MAJOR is 0, and MINOR > 0, Version is BETA project(ColumnLynx - VERSION 1.0.0 + VERSION 1.0.1 LANGUAGES CXX ) diff --git a/src/common/utils.cpp b/src/common/utils.cpp index f735502..fbe2dcf 100644 --- a/src/common/utils.cpp +++ b/src/common/utils.cpp @@ -49,7 +49,7 @@ namespace ColumnLynx::Utils { } std::string getVersion() { - return "1.0.0"; + return "1.0.1"; } unsigned short serverPort() {