Compare commits

...

1 Commits

Author SHA1 Message Date
cbitensky
57a179c9a0 Update to version 0.10.5 2021-07-01 16:45:38 +03:00

View File

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