Skip to content

Commit caa9bf9

Browse files
authored
Merge pull request #8043 from Roasbeef/0-17-rc6
build: bump version to v0.17.0 rc6
2 parents bb7a257 + 4e6bb71 commit caa9bf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ const (
4747

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

5353
func init() {

0 commit comments

Comments
 (0)