ytptube/app/library/version.py

7 lines
155 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"