Bump develop version to 2023.10-dev

This commit is contained in:
Matthias 2023-09-30 13:13:18 +02:00
parent e27636b798
commit f7ff1dc610

View File

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