Bump version to 2023.3

This commit is contained in:
Matthias 2023-03-30 06:56:49 +02:00
parent a8b1352021
commit 2ea77b22e0

View File

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