build: bump version to v0.7.0 rc4

This commit is contained in:
Olaoluwa Osuntokun
2025-11-04 14:43:03 -08:00
parent 4131a8e586
commit 2ddb630a95

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() {