Bump develop version to 2023.6-dev

This commit is contained in:
Matthias
2023-05-27 20:18:39 +02:00
parent bd266f654e
commit df5e6409a4

View File

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