Bump version to 2023.5

This commit is contained in:
Matthias 2023-05-27 20:02:03 +02:00
parent a3473f3f60
commit c9f78afe65

View File

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