Bump version to 16.9.1
This commit is contained in:
parent
fcbabc2b23
commit
d614e4f79e
2 changed files with 5 additions and 1 deletions
|
|
@ -1,5 +1,9 @@
|
||||||
# Core
|
# Core
|
||||||
|
|
||||||
|
#### Core v16.9.0 > v16.9.1
|
||||||
|
|
||||||
|
- Fix v1 import app
|
||||||
|
|
||||||
#### Core v16.8.0 > v16.9.0
|
#### Core v16.8.0 > v16.9.0
|
||||||
|
|
||||||
- Add new placeholders and parameters for placeholder
|
- Add new placeholders and parameters for placeholder
|
||||||
|
|
|
||||||
|
|
@ -30,7 +30,7 @@ func (v versionInfo) MinorString() string {
|
||||||
var Version = versionInfo{
|
var Version = versionInfo{
|
||||||
Major: 16,
|
Major: 16,
|
||||||
Minor: 9,
|
Minor: 9,
|
||||||
Patch: 0,
|
Patch: 1,
|
||||||
}
|
}
|
||||||
|
|
||||||
// Commit is the git commit the app is build from. It should be filled in during compilation
|
// Commit is the git commit the app is build from. It should be filled in during compilation
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue