Skip to content

Commit f938e40

Browse files
authored
Merge pull request #10324 from Roasbeef/v-20-branch-rc3
build: bump version to v0.20 rc3
2 parents 9f5094c + 0ff9c2e commit f938e40

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
@@ -51,7 +51,7 @@ const (
5151

5252
// AppPreRelease MUST only contain characters from semanticAlphabet per
5353
// the semantic versioning spec.
54-
AppPreRelease = "beta.rc2"
54+
AppPreRelease = "beta.rc3"
5555
)
5656

5757
func init() {

0 commit comments

Comments
 (0)