diff --git a/CMakeLists.txt b/CMakeLists.txt index d066572d..ec168c5b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.17.2) -project(tf2_bot_detector VERSION 1.0.0.37) +project(tf2_bot_detector VERSION 1.0.0.38) option(TF2BD_IS_CI_COMPILE "Set to true if this is a compile on a CI service. Used to help determine if user has made modifications to the source code." off) if (TF2BD_IS_CI_COMPILE)