summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjacqueline <me@jacqueline.id.au>2024-01-31 17:03:22 +1100
committerjacqueline <me@jacqueline.id.au>2024-01-31 17:03:22 +1100
commitd5d1f2247ad8a1d064db3770e847a36e22c77e52 (patch)
tree07375278850384c6c788dae14621cc5274bc0d6c
parent587c585ba617304c841f294742ab9d459da608a0 (diff)
downloadtangara-fw-d5d1f2247ad8a1d064db3770e847a36e22c77e52.tar.gz
version bump
-rw-r--r--tools/cmake/common.cmake2
1 files changed, 1 insertions, 1 deletions
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 "")