From 55a78df29005fde89d755ed2ba6b2576860efb78 Mon Sep 17 00:00:00 2001 From: Pulse Monitor Date: Wed, 20 Aug 2025 08:44:47 +0000 Subject: [PATCH] chore: bump version to v4.5.0 --- VERSION | 2 +- internal/updates/version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 9e0cd91ef..ae153944e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.5.0-rc.4 \ No newline at end of file +4.5.0 \ No newline at end of file diff --git a/internal/updates/version.go b/internal/updates/version.go index 2c2d4c0bb..9b98d1069 100644 --- a/internal/updates/version.go +++ b/internal/updates/version.go @@ -164,7 +164,7 @@ func GetCurrentVersion() (*VersionInfo, error) { } // Final fallback - version := "4.5.0-rc.3" + version := "4.5.0" channel := "stable" if strings.Contains(strings.ToLower(version), "rc") { channel = "rc"