From a91c9eacb673cb12ed97cbd183d1cd0586056848 Mon Sep 17 00:00:00 2001 From: Pulse Monitor Date: Fri, 29 Aug 2025 16:11:09 +0000 Subject: [PATCH] chore: bump version to v4.10.0 --- VERSION | 2 +- internal/updates/version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 179d77cbc..1910ba9d2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.10.0-rc.2 \ No newline at end of file +4.10.0 \ No newline at end of file diff --git a/internal/updates/version.go b/internal/updates/version.go index 116242824..8c6d19c95 100644 --- a/internal/updates/version.go +++ b/internal/updates/version.go @@ -164,7 +164,7 @@ func GetCurrentVersion() (*VersionInfo, error) { } // Final fallback - version := "4.10.0-rc.2" + version := "4.10.0" channel := "stable" if strings.Contains(strings.ToLower(version), "rc") { channel = "rc"