From ff303b1277a07910985f8f3b0643dce8f28e36de Mon Sep 17 00:00:00 2001 From: Jordon Brooks Date: Thu, 16 May 2024 23:54:22 +0100 Subject: [PATCH] Version bump --- HarmonyLinkLib/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HarmonyLinkLib/CMakeLists.txt b/HarmonyLinkLib/CMakeLists.txt index 41e608a..28fdbd2 100644 --- a/HarmonyLinkLib/CMakeLists.txt +++ b/HarmonyLinkLib/CMakeLists.txt @@ -12,7 +12,7 @@ # limitations under the License. cmake_minimum_required(VERSION 3.10) -project(HarmonyLinkLib VERSION 2.1.0) +project(HarmonyLinkLib VERSION 2.1.1) include(FetchContent)