Bump version to v0.12.14

This commit is contained in:
Ori Newman 2023-09-25 13:24:20 +03:00
parent 3ef88f8752
commit 0871a3a498

View File

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