Skip to content

Commit a7e89c1

Browse files
committed
build: bump version to v0.19.0 rc2
1 parent 676414b commit a7e89c1

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

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

5757
func init() {

0 commit comments

Comments
 (0)