build: bump version to v0.18.3 rc3

This commit is contained in:
Olaoluwa Osuntokun
2024-09-06 12:27:12 -07:00
parent e1351eaa0a
commit d85ce8415b

View File

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