build: lock OpenWrt SDKs for agent 0.6.2

This commit is contained in:
benya
2026-07-23 02:05:14 +03:00
parent b2b903bd47
commit c709255b17
15 changed files with 58 additions and 35 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ const state = {
let eventSource = null;
let liveRefreshTimer = null;
const EXPECTED_AGENT_VERSION = "0.6.1";
const EXPECTED_AGENT_VERSION = "0.6.2";
const els = {
loginView: document.querySelector("#loginView"),