From 03e80fb7dffc3b103eddfc90d085f0e4794a8063 Mon Sep 17 00:00:00 2001 From: Peter Feerick Date: Sat, 1 Apr 2023 19:09:12 +1000 Subject: [PATCH] chore: Bump to 2.8.2 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index df942306c24..a6d1c38ffa7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ project(EdgeTX) set(VERSION_MAJOR "2") set(VERSION_MINOR "8") -set(VERSION_REVISION "1") +set(VERSION_REVISION "2") set(CODENAME "FlyingDutchman") if(DEFINED ENV{EDGETX_VERSION_TAG})