Update to version 0.8.7

This commit is contained in:
Elichai Turkel 2021-02-01 15:38:40 +02:00
parent d5a3a96bde
commit 2871a6a527
No known key found for this signature in database
GPG Key ID: 9383CDE9E8E66A7F

View File

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