Merge branch 'version-2021.5'

This commit is contained in:
Jens Langhammer
2021-05-20 20:46:18 +02:00
11 changed files with 32 additions and 29 deletions

View File

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