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() {