Update to version 0.4.0

This commit is contained in:
Mike Zak 2020-04-05 16:23:01 +03:00
parent bfbc72724d
commit 6da3606721

View File

@ -10,7 +10,7 @@ const validCharacters = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrs
const (
appMajor uint = 0
appMinor uint = 3
appMinor uint = 4
appPatch uint = 0
)