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

This commit is contained in:
Pulse Monitor 2025-09-06 12:39:26 +00:00
parent dda66c4cd3
commit bb9bb9371f
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
4.14.0
4.15.0-rc.1

View file

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