Bump version to 16.18.0

This commit is contained in:
Ingo Oppermann 2023-11-13 16:48:43 +01:00
parent 85204b1788
commit 0863d8b6ff
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: 17,
Minor: 18,
Patch: 0,
}