Skip to content

Commit 13568fd

Browse files
authored
build: bump version to v0.17.0-rc2 (#7942)
1 parent 01c6471 commit 13568fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ const (
4747

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

5353
func init() {

0 commit comments

Comments
 (0)