chore(release): set APP_VERSION and stamp assets to v1.6.9 [skip ci]

This commit is contained in:
github-actions[bot]
2025-10-27 08:48:46 +00:00
parent 64332211c9
commit 7fe8e858ae
2 changed files with 2 additions and 2 deletions

View File

@@ -54,7 +54,7 @@ const MODE_LOAD_TIMEOUT_MS = 2500; // allow closing immediately; don't wait fore
function loadScriptOnce(url) {
return new Promise((resolve, reject) => {
const ver = (window.APP_VERSION ?? 'dev').replace(/^v/, ''); // "v1.6.9" -> "1.6.9"
const withQS = url + '?v=' + ver;
const withQS = url + '?v=1.6.9' + ver;
const key = `cm:${withQS}`;
let s = document.querySelector(`script[data-key="${key}"]`);

View File

@@ -1,2 +1,2 @@
// generated by CI
window.APP_VERSION = 'v1.6.8';
window.APP_VERSION = 'v1.6.9';