Update to version 0.11.0

This commit is contained in:
stasatdaglabs 2021-04-20 13:40:11 +03:00
parent dfd8b3423d
commit 13a6b4cc51

View File

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