Update to version 0.10.5

This commit is contained in:
cbitensky 2021-07-01 16:45:38 +03:00
parent de0bdfcd33
commit 57a179c9a0

View File

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