From ebdbe2c55ab443e54615bcd5e19d360d09af0f53 Mon Sep 17 00:00:00 2001 From: Matt Haynie Date: Sat, 4 Jul 2020 13:48:15 -0700 Subject: [PATCH] Version bump --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b998ac5b..22049252 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.34) +project(tf2_bot_detector VERSION 1.0.0.35) include(FetchContent) # set(FETCHCONTENT_QUIET off)