From 121e56cb195e2b199c8f117cfb1ad19d1828204d Mon Sep 17 00:00:00 2001 From: Thiago Alves Date: Sat, 4 Jul 2026 17:37:15 -0400 Subject: [PATCH] chore(version): bump APP_VERSION to 4.2.8 (mirror of openplc-web) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Byte-identical mirror of the openplc-web APP_VERSION bump so the shared surface stays in sync. Desktop's displayed version is tag-driven via CD, so this only aligns the shared constant — no tag, no desktop release. Co-Authored-By: Claude Opus 4.8 (1M context) --- src/frontend/data/constants/app-version.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/data/constants/app-version.ts b/src/frontend/data/constants/app-version.ts index 3a59b9651..f310ebf7d 100644 --- a/src/frontend/data/constants/app-version.ts +++ b/src/frontend/data/constants/app-version.ts @@ -18,4 +18,4 @@ * compares a per-deploy `BUILD_ID` (git commit SHA), not this version, so a * stale tab is detected on every deploy even without a version bump. */ -export const APP_VERSION = '4.2.6' +export const APP_VERSION = '4.2.8'