Compare commits

...

1 Commits

Author SHA1 Message Date
Ori Newman
0871a3a498 Bump version to v0.12.14 2023-09-25 13:24:20 +03:00

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