diff --git a/CHANGELOG.md b/CHANGELOG.md index e310c095..dee3fb61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Core -### Core v16.13.0 > vx.x.x +### Core v16.13.0 > v16.13.1 - Fix transfer of reports to updated process - Fix calling Wait after process has been read diff --git a/app/version.go b/app/version.go index 3278e184..286e8dfe 100644 --- a/app/version.go +++ b/app/version.go @@ -30,7 +30,7 @@ func (v versionInfo) MinorString() string { var Version = versionInfo{ Major: 16, Minor: 13, - Patch: 0, + Patch: 1, } // Commit is the git commit the app is build from. It should be filled in during compilation