From a798cc86f26a7fb803b5dffe10131b9dfb8d5841 Mon Sep 17 00:00:00 2001 From: James Rich Date: Wed, 3 Jun 2026 16:22:35 -0500 Subject: [PATCH] chore: bump VERSION_NAME_BASE to 2.8.0 for release Opening commit for the release/2.8.0 stabilization branch. versionCode remains git-derived (offset 29314197 + commit count); only the base version name is bumped here. CI overrides this with the release tag. Co-Authored-By: Claude Opus 4.8 (1M context) --- config.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.properties b/config.properties index de820bc85..8e3c09a83 100644 --- a/config.properties +++ b/config.properties @@ -27,7 +27,7 @@ COMPILE_SDK=37 # 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.14 +VERSION_NAME_BASE=2.8.0 # Minimum firmware versions supported by this app MIN_FW_VERSION=2.5.14