From da347d9075f9c9fed5f438b9f40cc8d90a4d022e Mon Sep 17 00:00:00 2001 From: Pulse Monitor Date: Thu, 4 Sep 2025 17:38:28 +0000 Subject: [PATCH] Revert "chore: bump version to v4.14.0-rc.2" This reverts commit 12a143d3cd2a08704a83418497599466c2a62fcc. --- VERSION | 2 +- internal/updates/version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index cc149668c..a677fc718 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.14.0-rc.2 \ No newline at end of file +4.14.0-rc.1 \ No newline at end of file diff --git a/internal/updates/version.go b/internal/updates/version.go index 4d3217692..38db9b8e2 100644 --- a/internal/updates/version.go +++ b/internal/updates/version.go @@ -164,7 +164,7 @@ func GetCurrentVersion() (*VersionInfo, error) { } // Final fallback - version := "4.14.0-rc.2" + version := "4.14.0-rc.1" channel := "stable" if strings.Contains(strings.ToLower(version), "rc") { channel = "rc"