From 217cf1266c49a2e46e920575a957985bbfe6978e Mon Sep 17 00:00:00 2001 From: Thiago Alves Date: Thu, 23 Jul 2026 22:13:39 -0400 Subject: [PATCH] chore(release): bump version to 4.2.9 Bump APP_VERSION (the single source of truth the About dialog renders, shared byte-for-byte with openplc-web) AND package.json.version together so the desktop binary and the About dialog agree. Co-Authored-By: Claude Opus 4.8 (1M context) --- package.json | 2 +- src/frontend/data/constants/app-version.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 86a9cee4e..b50ae32f1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "open-plc-editor", "description": "OpenPLC Editor - IDE capable of creating programs for the OpenPLC Runtime", - "version": "4.2.8", + "version": "4.2.9", "license": "GPL-3.0", "author": { "name": "Autonomy Logic" diff --git a/src/frontend/data/constants/app-version.ts b/src/frontend/data/constants/app-version.ts index f310ebf7d..661f491e9 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.8' +export const APP_VERSION = '4.2.9'