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 defines the application patch for this binary.
AppPatch uint = 0 AppPatch uint = 0
// AppPreRelease MUST only contain characters from semanticAlphabet // AppPreRelease MUST only contain characters from semanticAlphabet per
// per the semantic versioning spec. // the semantic versioning spec.
AppPreRelease = "beta.rc4" AppPreRelease = "beta.rc5"
) )
func init() { func init() {