Bump version

This commit is contained in:
Ori Newman 2022-11-29 12:01:49 +02:00
parent de653b06aa
commit a9e4fabeed

View File

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