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

This commit is contained in:
Pulse Monitor 2025-09-10 16:08:01 +00:00
parent 86ab611961
commit 311f23cf4e
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
4.15.0-rc.2
4.15.0-rc.3

View file

@ -164,7 +164,7 @@ func GetCurrentVersion() (*VersionInfo, error) {
}
// Final fallback
version := "4.15.0-rc.2"
version := "4.15.0-rc.3"
channel := "stable"
if strings.Contains(strings.ToLower(version), "rc") {
channel = "rc"