Bump version to 16.13.1
This commit is contained in:
parent
46a44e1a59
commit
e3d206d613
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
# Core
|
# Core
|
||||||
|
|
||||||
### Core v16.13.0 > vx.x.x
|
### Core v16.13.0 > v16.13.1
|
||||||
|
|
||||||
- Fix transfer of reports to updated process
|
- Fix transfer of reports to updated process
|
||||||
- Fix calling Wait after process has been read
|
- Fix calling Wait after process has been read
|
||||||
|
|
|
||||||
|
|
@ -30,7 +30,7 @@ func (v versionInfo) MinorString() string {
|
||||||
var Version = versionInfo{
|
var Version = versionInfo{
|
||||||
Major: 16,
|
Major: 16,
|
||||||
Minor: 13,
|
Minor: 13,
|
||||||
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