Revert "chore: bump version to v4.14.0-rc.2"

This reverts commit 12a143d3cd.
This commit is contained in:
Pulse Monitor
2025-09-04 17:38:28 +00:00
parent 12a143d3cd
commit da347d9075
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
4.14.0-rc.2
4.14.0-rc.1
+1 -1
View File
@@ -164,7 +164,7 @@ func GetCurrentVersion() (*VersionInfo, error) {
}
// Final fallback
version := "4.14.0-rc.2"
version := "4.14.0-rc.1"
channel := "stable"
if strings.Contains(strings.ToLower(version), "rc") {
channel = "rc"