From c01568eb96166c55d64dd9acd078a366c0e73230 Mon Sep 17 00:00:00 2001 From: Minkyu Lee Date: Wed, 15 Dec 2021 15:33:20 +0900 Subject: [PATCH] Update to v1.0.0-beta.10 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 95d2da43..71088148 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ if(NOT "${TARGET}" STREQUAL "rp2") endif() if(NOT VER) - set(VER "1.0.0-beta.9") + set(VER "1.0.0-beta.10") endif() include(${CMAKE_SOURCE_DIR}/targets/${TARGET}/target.cmake)