Version bump 2023.2

This commit is contained in:
Matthias 2023-02-25 16:02:36 +01:00
parent 46458bf5eb
commit 25724ef729
1 changed files with 1 additions and 1 deletions

View File

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