Skip to content

Commit 1ebfe95

Browse files
authored
Merge pull request #8035 from Roasbeef/0-17-rc5
build: bump version to v0.17.0 rc5
2 parents 01a05fd + f63a2b9 commit 1ebfe95

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build/version.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ const (
4545
// AppPatch defines the application patch for this binary.
4646
AppPatch uint = 0
4747

48-
// AppPreRelease MUST only contain characters from semanticAlphabet
49-
// per the semantic versioning spec.
50-
AppPreRelease = "beta.rc4"
48+
// AppPreRelease MUST only contain characters from semanticAlphabet per
49+
// the semantic versioning spec.
50+
AppPreRelease = "beta.rc5"
5151
)
5252

5353
func init() {

0 commit comments

Comments
 (0)