version: bump version to v0.14.1-alpha.rc2

This commit is contained in:
Oliver Gugger 2025-01-30 09:25:36 +01:00
parent ce262d3284
commit 7a6e693579
No known key found for this signature in database
GPG key ID: 8E4256593F177720

View file

@ -27,7 +27,7 @@ const (
// appPreRelease MUST only contain characters from semanticAlphabet per
// the semantic versioning spec.
appPreRelease = "alpha.rc1"
appPreRelease = "alpha.rc2"
)
// Version returns the application version as a properly formed string per the