Bump develop version to 2023.5-dev

This commit is contained in:
Matthias 2023-04-24 14:05:35 +02:00
parent 829724c0ec
commit 98db27e8f4

View File

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