From 0dbc62837850ac5065b5ae7cdc8c3251faa1b9ca Mon Sep 17 00:00:00 2001 From: James Rich <2199651+jamesarich@users.noreply.github.com> Date: Thu, 2 Oct 2025 12:06:55 -0500 Subject: [PATCH] chore(repo): Update VERSION_NAME_BASE to 2.7.2 (#3294) --- config.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.properties b/config.properties index 183c30ed0..bf3874ef8 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.1 +VERSION_NAME_BASE=2.7.2 # Minimum firmware versions supported by this app MIN_FW_VERSION=2.5.14