Skip to content

Commit 2508177

Browse files
committed
build: bump version to v0.14.2-beta.rc1
1 parent 824c2a7 commit 2508177

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/version.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ const (
4444
AppMinor uint = 14
4545

4646
// AppPatch defines the application patch for this binary.
47-
AppPatch uint = 1
47+
AppPatch uint = 2
4848

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

5454
func init() {

0 commit comments

Comments
 (0)