bump to version 0.12.4

This commit is contained in:
msutton 2022-07-08 17:30:01 +03:00
parent 09186a414a
commit 79ed4537ee

View File

@ -11,7 +11,7 @@ const validCharacters = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrs
const (
appMajor uint = 0
appMinor uint = 12
appPatch uint = 3
appPatch uint = 4
)
// appBuild is defined as a variable so it can be overridden during the build