Skip to content

Commit

Permalink
Bump version to 16.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ioppermann committed May 8, 2023
1 parent 8f85b76 commit e0fdc37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion app/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func (v versionInfo) MinorString() string {
// Version of the app
var Version = versionInfo{
Major: 16,
Minor: 12,
Minor: 13,
Patch: 0,
}

Expand Down

0 comments on commit e0fdc37

Please sign in to comment.