Merge pull request #8035 from Roasbeef/0-17-rc5

build: bump version to v0.17.0 rc5
This commit is contained in:
Olaoluwa Osuntokun
2023-09-26 18:21:07 -05:00
committed by GitHub

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