From 2d5c2d7be2a88ce6f3267622684ee3065357ac06 Mon Sep 17 00:00:00 2001 From: Pulse Monitor Date: Wed, 20 Aug 2025 15:34:22 +0000 Subject: [PATCH] chore: bump version to v4.5.2-rc.1 --- VERSION | 2 +- internal/updates/version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 99523d476..4297670de 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.5.1 \ No newline at end of file +4.5.2-rc.1 \ No newline at end of file diff --git a/internal/updates/version.go b/internal/updates/version.go index ae587ddbd..b42e75ab1 100644 --- a/internal/updates/version.go +++ b/internal/updates/version.go @@ -164,7 +164,7 @@ func GetCurrentVersion() (*VersionInfo, error) { } // Final fallback - version := "4.5.1" + version := "4.5.2-rc.1" channel := "stable" if strings.Contains(strings.ToLower(version), "rc") { channel = "rc"