Bump version to 16.19.1

This commit is contained in:
Ingo Oppermann 2024-04-15 15:07:09 +02:00
parent 3a31ce6f0e
commit 197d3bb611
No known key found for this signature in database
GPG Key ID: 2AB32426E9DD229E

View File

@ -30,7 +30,7 @@ func (v versionInfo) MinorString() string {
var Version = versionInfo{
Major: 16,
Minor: 19,
Patch: 0,
Patch: 1,
}
// Commit is the git commit the app is build from. It should be filled in during compilation