Fixed version

This commit is contained in:
oudeis 2020-11-29 05:25:27 +00:00
parent 0e91b44fc6
commit 16e434aa91

View File

@ -11,7 +11,7 @@ const validCharacters = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrs
const ( const (
appMajor uint = 0 appMajor uint = 0
appMinor uint = 8 appMinor uint = 8
appPatch uint = 0 appPatch uint = 1
) )
// 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