Skip to content

Commit 1e8fcc5

Browse files
committed
build: bump version to v0.19.0-beta.rc5
1 parent b0cba7d commit 1e8fcc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ const (
4747
AppMinor uint = 19
4848

4949
// AppPatch defines the application patch for this binary.
50-
AppPatch uint = 00
50+
AppPatch uint = 0
5151

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

5757
func init() {

0 commit comments

Comments
 (0)