Update to version 0.3.0

This commit is contained in:
Mike Zak 2020-03-29 14:15:17 +03:00
parent 3e7ebb5a84
commit 1a38550fdd

View File

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