Bump version to 16.9.0

This commit is contained in:
Ingo Oppermann
2022-07-07 13:49:37 +02:00
parent 971b8337fe
commit 2ecea4b3e2
2 changed files with 2 additions and 2 deletions

View File

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