Bump version to 16.9.1

This commit is contained in:
Ingo Oppermann
2022-07-22 08:36:38 +02:00
parent fcbabc2b23
commit d614e4f79e
2 changed files with 5 additions and 1 deletions

View File

@@ -1,5 +1,9 @@
# Core
#### Core v16.9.0 > v16.9.1
- Fix v1 import app
#### Core v16.8.0 > v16.9.0
- Add new placeholders and parameters for placeholder

View File

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