build: bump version to v0.16.0-rc5

Because a tag for RC4 was previously pushed but without bumping the
version first, we need to skip RC4 as we can't replace already pushed
git tags without causing issues.
This commit is contained in:
Oliver Gugger
2023-03-23 16:43:24 +01:00
parent 1052b139bd
commit e9b21c5f64

View File

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