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
project(ColumnLynx
VERSION 1.0.1
VERSION 1.1.0
LANGUAGES CXX
)

View File

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