Update to version 0.9.0

This commit is contained in:
Elichai Turkel 2021-02-01 15:39:39 +02:00
parent 2871a6a527
commit a3913dbf80
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 = 8
appPatch uint = 7
appMinor uint = 9
appPatch uint = 0
)
// appBuild is defined as a variable so it can be overridden during the build