build: bump version to v0.13.4-alpha

This commit is contained in:
Viktor Tigerström 2024-09-13 19:03:47 +07:00
parent 7c7d496e9f
commit 9bc30fadea
No known key found for this signature in database
GPG key ID: B984570980684DCC
2 changed files with 3 additions and 1 deletions

View file

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