Merge branch 'master' into openapi-v3

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>

# Conflicts:
#	Pipfile.lock
This commit is contained in:
Jens Langhammer
2021-05-17 20:37:18 +02:00
14 changed files with 65 additions and 68 deletions

View File

@ -5,7 +5,7 @@ import (
"os"
)
const VERSION = "2021.5.1"
const VERSION = "2021.5.2"
func BUILD() string {
return os.Getenv("GIT_BUILD_HASH")