From 1cdc6a011c2c6463dea015b04530ee3e4896d0fe Mon Sep 17 00:00:00 2001 From: Pulse Monitor Date: Tue, 12 Aug 2025 10:52:51 +0000 Subject: [PATCH] chore: bump version to v4.2.1 --- VERSION | 2 +- internal/updates/version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index ef8d7569d..d87edbfc1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.2.0 \ No newline at end of file +4.2.1 \ No newline at end of file diff --git a/internal/updates/version.go b/internal/updates/version.go index 70b4d66f8..e3a60654b 100644 --- a/internal/updates/version.go +++ b/internal/updates/version.go @@ -149,7 +149,7 @@ func GetCurrentVersion() (*VersionInfo, error) { // Final fallback return &VersionInfo{ - Version: "4.2.0", + Version: "4.2.1", Build: "release", Runtime: "go", IsDevelopment: false,