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

This commit is contained in:
Pulse Monitor
2025-08-20 15:34:22 +00:00
parent 35695891c4
commit 2d5c2d7be2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
4.5.1
4.5.2-rc.1
+1 -1
View File
@@ -164,7 +164,7 @@ func GetCurrentVersion() (*VersionInfo, error) {
}
// Final fallback
version := "4.5.1"
version := "4.5.2-rc.1"
channel := "stable"
if strings.Contains(strings.ToLower(version), "rc") {
channel = "rc"