build: bump version to v0.3.4-alpha

This commit is contained in:
Oliver Gugger 2020-12-07 22:28:19 +01:00
parent 91aa076044
commit 00c42dd87a
No known key found for this signature in database
GPG key ID: 8E4256593F177720

View file

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