From daf6b5d36b4f106027f7c1d9321dae80cdaea492 Mon Sep 17 00:00:00 2001 From: James Rich <2199651+jamesarich@users.noreply.github.com> Date: Fri, 12 Dec 2025 14:27:20 -0600 Subject: [PATCH] chore: Update VERSION_NAME_BASE to 2.7.10 (#3986) Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com> --- config.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.properties b/config.properties index 68f4fa854..9f910ff05 100644 --- a/config.properties +++ b/config.properties @@ -27,7 +27,7 @@ COMPILE_SDK=36 # Base version name for local development and fallback # On CI, this is overridden by the Git tag # Before a release, update this to the new Git tag version -VERSION_NAME_BASE=2.7.9 +VERSION_NAME_BASE=2.7.10 # Minimum firmware versions supported by this app MIN_FW_VERSION=2.5.14