build: bump version to v0.4.1-alpha

This commit is contained in:
Olaoluwa Osuntokun 2021-01-13 17:10:16 -08:00
parent 2ee7d8a74f
commit 9aae82fa4b
No known key found for this signature in database
GPG key ID: 3BBD59E99B280306

View file

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