Bump version provisorially to 16.14.0

This commit is contained in:
Ingo Oppermann 2023-07-04 14:51:58 +02:00
parent a8965cdec7
commit 2d7affdec8
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: 13,
Minor: 14,
Patch: 0,
}