From 33620c7112e67865b01c85d3b1003d5335aef379 Mon Sep 17 00:00:00 2001 From: Matt Haynie Date: Fri, 7 Aug 2020 14:39:19 -0700 Subject: [PATCH] Version bump --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4391d555..b52d0804 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.17.2) -project(tf2_bot_detector VERSION 1.1.0.4) +project(tf2_bot_detector VERSION 1.1.0.5) include(GenerateExportHeader)