build: bump version to v0.17.0 rc5

This commit is contained in:
Olaoluwa Osuntokun 2023-09-26 16:10:37 -05:00
parent 01a05fdea7
commit f63a2b9507
No known key found for this signature in database
GPG key ID: 3BBD59E99B280306

View file

@ -45,9 +45,9 @@ const (
// AppPatch defines the application patch for this binary.
AppPatch uint = 0
// AppPreRelease MUST only contain characters from semanticAlphabet
// per the semantic versioning spec.
AppPreRelease = "beta.rc4"
// AppPreRelease MUST only contain characters from semanticAlphabet per
// the semantic versioning spec.
AppPreRelease = "beta.rc5"
)
func init() {