Skip to content

Commit 0cf63ae

Browse files
committed
build: bump version to 0.10.0-beta.rc5
1 parent 444eec2 commit 0cf63ae

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
@@ -48,7 +48,7 @@ const (
4848

4949
// AppPreRelease MUST only contain characters from semanticAlphabet
5050
// per the semantic versioning spec.
51-
AppPreRelease = "beta.rc4"
51+
AppPreRelease = "beta.rc5"
5252
)
5353

5454
func init() {

0 commit comments

Comments
 (0)