Skip to content

Commit b31640e

Browse files
committed
build: bump version to v0.15.0-beta.rc1
1 parent 04fb034 commit b31640e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build/version.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@ const (
4141
AppMajor uint = 0
4242

4343
// AppMinor defines the minor version of this binary.
44-
AppMinor uint = 14
44+
AppMinor uint = 15
4545

4646
// AppPatch defines the application patch for this binary.
47-
AppPatch uint = 99
47+
AppPatch uint = 0
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)