version update

This commit is contained in:
2026-02-09 07:32:39 +01:00
parent 757d0d251d
commit 6d40dbe00d
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.1 VERSION 1.1.0
LANGUAGES CXX LANGUAGES CXX
) )

View File

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