Update to version 0.9.2

This commit is contained in:
Ori Newman 2021-03-30 12:45:48 +03:00
parent e457503aea
commit 11bd3a7e3f

View File

@ -11,7 +11,7 @@ const validCharacters = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrs
const ( const (
appMajor uint = 0 appMajor uint = 0
appMinor uint = 9 appMinor uint = 9
appPatch uint = 1 appPatch uint = 2
) )
// 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