chore: bump version to v3.0.11

This commit is contained in:
github-actions[bot] 2026-04-11 21:53:01 +00:00
parent b2e402e20e
commit 3b6e1d1e67
2 changed files with 3 additions and 3 deletions

View file

@ -1271,7 +1271,7 @@ class Security {
} }
var security = new Security(); var security = new Security();
// let appVersion = 'v0.0.0'; // Default placeholder // let appVersion = 'v3.0.11'; // Default placeholder
async function getAppVersion() { async function getAppVersion() {
try { try {
const response = await fetch('/appversion'); const response = await fetch('/appversion');
@ -1284,7 +1284,7 @@ async function getAppVersion() {
// Trigger any UI updates here // Trigger any UI updates here
} catch (error) { } catch (error) {
console.error("Error loading App version:", error); console.error("Error loading App version:", error);
appVersion = 'v0.0.0'; // Default placeholder appVersion = 'v3.0.11'; // Default placeholder
} }
return appVersion; return appVersion;
} }

View file

@ -7,7 +7,7 @@
#include "WResp.h" #include "WResp.h"
#ifndef FW_VERSION #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 #endif
enum class conn_types_t : byte { enum class conn_types_t : byte {