From d5d1f2247ad8a1d064db3770e847a36e22c77e52 Mon Sep 17 00:00:00 2001 From: jacqueline Date: Wed, 31 Jan 2024 17:03:22 +1100 Subject: [PATCH] version bump --- tools/cmake/common.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/cmake/common.cmake b/tools/cmake/common.cmake index 29fe6321..429587eb 100644 --- a/tools/cmake/common.cmake +++ b/tools/cmake/common.cmake @@ -5,7 +5,7 @@ # For more information about build system see # https://docs.espressif.com/projects/esp-idf/en/latest/api-guides/build-system.html -set(PROJECT_VER "0.2.0") +set(PROJECT_VER "0.2.1") # Build only the subset of components that we actually depend on. set(COMPONENTS "")