mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-11-13 08:46:34 +00:00
fix: tutor nightly version suffix
This commit is contained in:
parent
380786219e
commit
be1e16984c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user