version: bump to version v0.4.3-alpha

This commit is contained in:
Oliver Gugger 2021-02-24 12:43:17 +01:00
parent 34d2fe52a3
commit c0235be121
No known key found for this signature in database
GPG key ID: 8E4256593F177720

View file

@ -29,7 +29,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
const (
appMajor uint = 0
appMinor uint = 4
appPatch uint = 3
appPatch uint = 4
// appPreRelease MUST only contain characters from semanticAlphabet per
// the semantic versioning spec.