From 52187edf50a760c56a39b7b3f448ed8e3c7431ca Mon Sep 17 00:00:00 2001 From: Geroge Dan Miron <44091914+gdmiron@users.noreply.github.com> Date: Wed, 5 Feb 2020 16:53:33 +0100 Subject: [PATCH] v0.2.0 (#4) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 60a87aa..f94f76d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.0) # Set the name of the project -project(ThermoHubClient VERSION 0.1.0 LANGUAGES CXX) +project(ThermoHubClient VERSION 0.2.0 LANGUAGES CXX) # Set the cmake module path of the project set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules")