bump develop-version to 2023.7.dev

This commit is contained in:
Matthias 2023-07-07 08:58:10 +02:00
parent 942f0b4fbd
commit e734a664b4

View File

@ -1,5 +1,5 @@
""" Freqtrade bot """
__version__ = '2023.6.dev'
__version__ = '2023.7.dev'
if 'dev' in __version__:
from pathlib import Path