Update to version 0.6.9

This commit is contained in:
Ori Newman 2020-08-31 16:11:16 +03:00
parent a32a9011c7
commit fc0a7ca7e3

View File

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