Update to version 0.5.0

This commit is contained in:
Mike Zak 2020-06-29 08:59:56 +03:00
parent 57b1653383
commit ad096f9781

View File

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