Bump develop version to 2023.4.dev

This commit is contained in:
Matthias 2023-03-30 07:06:23 +02:00
parent fa7c29fe9f
commit 3ec7c72da1
1 changed files with 1 additions and 1 deletions

View File

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