chore: bump version to v3.0.13

This commit is contained in:
github-actions[bot] 2026-04-22 12:21:50 +00:00
parent 6f856ffd44
commit 3ba27ad967
4 changed files with 8 additions and 8 deletions

View file

@ -1283,7 +1283,7 @@ class Security {
}
var security = new Security();
// let appVersion = 'v3.0.12'; // Default placeholder
// let appVersion = 'v3.0.13'; // Default placeholder
async function getAppVersion() {
try {
const response = await fetch('/appversion?v='+Date.now());
@ -1296,7 +1296,7 @@ async function getAppVersion() {
// Trigger any UI updates here
} catch (error) {
console.error("Error loading App version:", error);
appVersion = 'v3.0.12'; // Default placeholder
appVersion = 'v3.0.13'; // Default placeholder
}
return appVersion;
}