Bump version to 16.15.0

This commit is contained in:
Ingo Oppermann 2023-09-11 14:43:17 +02:00
parent 022c5c1a6d
commit df83c496c9
No known key found for this signature in database
GPG Key ID: 2AB32426E9DD229E

View File

@ -29,7 +29,7 @@ func (v versionInfo) MinorString() string {
// Version of the app
var Version = versionInfo{
Major: 16,
Minor: 14,
Minor: 15,
Patch: 0,
}