Skip to content

Commit 67a40c9

Browse files
authored
Merge pull request #9782 from Roasbeef/v19-rc4
build: bump to version v0.19 rc4
2 parents 221b763 + 850f1ed commit 67a40c9

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.rc3"
54+
AppPreRelease = "beta.rc4"
5555
)
5656

5757
func init() {

0 commit comments

Comments
 (0)