Skip to content

Commit d4550fc

Browse files
committed
version: bump to v0.15.0-alpha.rc2
1 parent b7314eb commit d4550fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const (
3838

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

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

0 commit comments

Comments
 (0)