Update to version 0.8.2

This commit is contained in:
oudeis 2020-11-29 05:12:30 +00:00
parent 0e91b44fc6
commit baa4311a34

View File

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