Update to version 0.8.6

This commit is contained in:
Mike Zak 2021-01-18 14:52:32 +02:00
parent 189e3b6be9
commit 0769705b37

View File

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