Skip to content

Commit 6f6ce0e

Browse files
committed
version: bump to v0.15.0-alpha.rc1
1 parent 83e1bbd commit 6f6ce0e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

version.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
3333
// versioning 2.0.0 spec (http://semver.org/).
3434
const (
3535
appMajor uint = 0
36-
appMinor uint = 14
37-
appPatch uint = 1
36+
appMinor uint = 15
37+
appPatch uint = 0
3838

3939
// appPreRelease MUST only contain characters from semanticAlphabet per
4040
// the semantic versioning spec.
41-
appPreRelease = "alpha"
41+
appPreRelease = "alpha.rc1"
4242
)
4343

4444
// Version returns the application version as a properly formed string per the

0 commit comments

Comments
 (0)