Bump version to v0.11.15 (#1999)

Co-authored-by: Michael Sutton <mikisiton2@gmail.com>
This commit is contained in:
Ori Newman 2022-04-02 22:20:41 +03:00 committed by GitHub
parent b9b360bce4
commit 90d9edb8e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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