chore: bump version to v4.15.0

This commit is contained in:
rcourtman 2025-09-30 16:21:43 +00:00
parent f9b8037486
commit 334dbc490d
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
4.15.0-test.448
4.15.0

View file

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