From 810cea013ea74369664f9709e0024d55e8e756f9 Mon Sep 17 00:00:00 2001 From: Jordon Brooks Date: Fri, 24 May 2024 21:08:11 +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 eb67f49..7146d8e 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.1) +project(HarmonyLinkLib VERSION 2.1.2) include(FetchContent)