From 0d4e03d02fed3467c3541d56e77f427fa5a41304 Mon Sep 17 00:00:00 2001 From: Matt Haynie Date: Wed, 8 Jul 2020 21:29:11 -0700 Subject: [PATCH] Version bump --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)