Skip to content

Commit 70662c3

Browse files
committed
version: bump version to v0.15.1-alpha.rc1
1 parent 12d5b40 commit 70662c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
3434
const (
3535
appMajor uint = 0
3636
appMinor uint = 15
37-
appPatch uint = 0
37+
appPatch uint = 1
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)