Bump version to 16.13.0

This commit is contained in:
Ingo Oppermann
2023-05-08 12:52:14 +02:00
parent 8f85b7665b
commit e0fdc37e8d
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
# Core
### Core v16.12.0 > v16.?.?
### Core v16.12.0 > v16.13.0
- Add updated_at field in process infos
- Add preserve process log history when updating a process

View File

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