16 lines
327 B
Python
16 lines
327 B
Python
"""
|
|
Version of the application,
|
|
This file is updated by the CI/CD pipeline, do not edit it manually.
|
|
"""
|
|
|
|
APP_VERSION = "dev-master"
|
|
"Application version"
|
|
|
|
APP_COMMIT_SHA = "unknown"
|
|
"Commit SHA of the application"
|
|
|
|
APP_BUILD_DATE = "unknown"
|
|
"Build date of the application"
|
|
|
|
APP_BRANCH = "unknown"
|
|
"Branch of the application"
|