build: bump version to v0.14.1-beta

This commit is contained in:
Oliver Gugger
2021-11-24 18:24:01 +01:00
parent 6c66338b14
commit 6042004eda

View File

@@ -44,7 +44,7 @@ const (
AppMinor uint = 14
// AppPatch defines the application patch for this binary.
AppPatch uint = 00
AppPatch uint = 1
// AppPreRelease MUST only contain characters from semanticAlphabet
// per the semantic versioning spec.