Bump version to 16.14.0

This commit is contained in:
Ingo Oppermann
2024-01-26 13:12:11 +01:00
parent 0bd118807b
commit a3156d3176
2 changed files with 9 additions and 2 deletions

View File

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