ytptube/app/library/version.py

13 lines
275 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"