From 839b60f6cc88d22383a6f686862b3fba4108884e Mon Sep 17 00:00:00 2001 From: Peter Feerick Date: Fri, 31 May 2024 04:37:47 +0000 Subject: [PATCH] chore: bump version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 40d56ab8221..71d065d9100 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ project(EdgeTX) set(VERSION_MAJOR "2") set(VERSION_MINOR "10") -set(VERSION_REVISION "0") +set(VERSION_REVISION "1") set(CODENAME "Centurion") string(TIMESTAMP BUILD_YEAR "%Y")