ytptube/app/library/version.py
2025-06-22 21:49:07 +03:00

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"