Update to version 0.6.4

This commit is contained in:
Ori Newman 2020-08-16 17:30:09 +03:00
parent f2a3ccd9ab
commit 8cac582f6d

View File

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