From 3b6e1d1e677d9b6cdee0c79565dd0eafea975dd1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 11 Apr 2026 21:53:01 +0000 Subject: [PATCH] chore: bump version to v3.0.11 --- data-src/index.js | 4 ++-- src/ConfigSettings.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/data-src/index.js b/data-src/index.js index 062b93e..1951863 100644 --- a/data-src/index.js +++ b/data-src/index.js @@ -1271,7 +1271,7 @@ class Security { } var security = new Security(); -// let appVersion = 'v0.0.0'; // Default placeholder +// let appVersion = 'v3.0.11'; // Default placeholder async function getAppVersion() { try { const response = await fetch('/appversion'); @@ -1284,7 +1284,7 @@ async function getAppVersion() { // Trigger any UI updates here } catch (error) { console.error("Error loading App version:", error); - appVersion = 'v0.0.0'; // Default placeholder + appVersion = 'v3.0.11'; // Default placeholder } return appVersion; } diff --git a/src/ConfigSettings.h b/src/ConfigSettings.h index 39c8a6d..72c7127 100644 --- a/src/ConfigSettings.h +++ b/src/ConfigSettings.h @@ -7,7 +7,7 @@ #include "WResp.h" #ifndef FW_VERSION - #define FW_VERSION "v0.0.0" // Fallback if app_version.py script fails + #define FW_VERSION "v3.0.11" // Fallback if app_version.py script fails #endif enum class conn_types_t : byte {