Merge branch 'dev' into vod

This commit is contained in:
Ingo Oppermann
2023-05-24 14:42:41 +02:00
4 changed files with 4 additions and 4 deletions

View File

@@ -2,4 +2,4 @@
OS_NAME=alpine
OS_VERSION=3.16
GOLANG_IMAGE=golang:1.20-alpine3.16
CORE_VERSION=16.12.0
CORE_VERSION=16.13.0

View File

@@ -2,4 +2,4 @@
OS_NAME=ubuntu
OS_VERSION=20.04
GOLANG_IMAGE=golang:1.20-alpine3.16
CORE_VERSION=16.12.0
CORE_VERSION=16.13.0

View File

@@ -1,6 +1,6 @@
# Core
### Core v16.12.0 > v16.?.?
### Core v16.12.0 > v16.13.0
- Add PUT /api/v3/fs endpoint for file operations
- Add GET /api/v3/process/:id/report query parameters for retrieving a specific report history entry

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,
}