chore: bump version to v4.15.0-rc.4

This commit is contained in:
Pulse Monitor
2025-09-10 21:38:46 +00:00
parent a9714e62f6
commit 2c512a96e3
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
4.15.0-rc.3
4.15.0-rc.4
+1 -1
View File
@@ -166,7 +166,7 @@ func GetCurrentVersion() (*VersionInfo, error) {
}
// Final fallback
version := "4.15.0-rc.3"
version := "4.15.0-rc.4"
channel := "stable"
if strings.Contains(strings.ToLower(version), "rc") {
channel = "rc"