Skip to content

Commit db23a1b

Browse files
committed
version: bump version to v0.14.1-alpha.rc1
1 parent 90d6bdf commit db23a1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

version.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
2323
const (
2424
appMajor uint = 0
2525
appMinor uint = 14
26-
appPatch uint = 0
26+
appPatch uint = 1
2727

2828
// appPreRelease MUST only contain characters from semanticAlphabet per
2929
// the semantic versioning spec.
30-
appPreRelease = "alpha"
30+
appPreRelease = "alpha.rc1"
3131
)
3232

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

0 commit comments

Comments
 (0)