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)