build: bump version to v0.16.0-rc3

This commit is contained in:
Olaoluwa Osuntokun
2023-03-10 19:09:13 -08:00
parent 75ee5574a9
commit 840c939464

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