Update to version 0.10.4

This commit is contained in:
tal 2021-06-06 14:54:41 +03:00
parent 5ef24ae37e
commit eaf4180082

View File

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