Merge pull request #10345 from Roasbeef/v7-rc4

build: bump version to v0.20.0-beta rc4
This commit is contained in:
Olaoluwa Osuntokun
2025-11-05 12:25:53 -08:00
committed by GitHub

View File

@@ -51,7 +51,7 @@ const (
// AppPreRelease MUST only contain characters from semanticAlphabet per
// the semantic versioning spec.
AppPreRelease = "beta.rc3"
AppPreRelease = "beta.rc4"
)
func init() {