chore: bump version to v4.22.0-rc.4

This commit is contained in:
rcourtman
2025-10-10 16:04:27 +00:00
parent 8d3acbef5c
commit 3aa8e387e4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
4.22.0-rc.3
4.22.0-rc.4
+1 -1
View File
@@ -167,7 +167,7 @@ func GetCurrentVersion() (*VersionInfo, error) {
}
// Final fallback
version := "4.22.0-rc.3"
version := "4.22.0-rc.4"
channel := "stable"
if strings.Contains(strings.ToLower(version), "rc") {
channel = "rc"