7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-06-01 05:40:48 +00:00

fix: tutor nightly version suffix

This commit is contained in:
Régis Behmo 2022-12-15 10:23:55 +01:00
parent 380786219e
commit be1e16984c

View File

@ -10,7 +10,7 @@ __version__ = "15.1.0"
# the nightly branch.
# The suffix is cleanly separated from the __version__ in this module to avoid
# conflicts when merging branches.
__version_suffix__ = ""
__version_suffix__ = "nightly"
# The app name will be used to define the name of the default tutor root and
# plugin directory. To avoid conflicts between multiple locally-installed