Version bump to 2023.1

This commit is contained in:
Matthias 2023-01-30 07:11:02 +01:00
parent c4482d56ab
commit 786f746958
1 changed files with 1 additions and 1 deletions

View File

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