Update to version 0.8.5

This commit is contained in:
Mike Zak 2021-01-06 14:04:46 +02:00
parent 9ea4c0fa38
commit 26368cd674

View File

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