Bump version to 2024.2-dev

This commit is contained in:
Matthias
2024-01-30 07:00:44 +01:00
parent fcedc7de0d
commit 6c27b27d4f

View File

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