Update version number to 2024.1

This commit is contained in:
Matthias
2024-01-30 06:46:10 +01:00
parent 43188ca447
commit 4342aa3bfd

View File

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