mirror of
https://github.com/datarhei/core.git
synced 2025-10-05 07:57:13 +08:00
Bump version to 16.13.0
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# Core
|
# Core
|
||||||
|
|
||||||
### Core v16.12.0 > v16.?.?
|
### Core v16.12.0 > v16.13.0
|
||||||
|
|
||||||
- Add updated_at field in process infos
|
- Add updated_at field in process infos
|
||||||
- Add preserve process log history when updating a process
|
- Add preserve process log history when updating a process
|
||||||
|
@@ -29,7 +29,7 @@ func (v versionInfo) MinorString() string {
|
|||||||
// Version of the app
|
// Version of the app
|
||||||
var Version = versionInfo{
|
var Version = versionInfo{
|
||||||
Major: 16,
|
Major: 16,
|
||||||
Minor: 12,
|
Minor: 13,
|
||||||
Patch: 0,
|
Patch: 0,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user