chore: bump version to v4.20.0

This commit is contained in:
rcourtman
2025-10-03 19:05:07 +00:00
parent 78e16e3a5e
commit bcc79a1d88
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
4.19.2
4.20.0
+1 -1
View File
@@ -167,7 +167,7 @@ func GetCurrentVersion() (*VersionInfo, error) {
}
// Final fallback
version := "4.19.2"
version := "4.20.0"
channel := "stable"
if strings.Contains(strings.ToLower(version), "rc") {
channel = "rc"