Revert wrong version string

This commit is contained in:
Matthias 2022-03-01 19:08:04 +01:00
parent dca83b070d
commit f26247e8e0
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
""" Freqtrade bot """
__version__ = '2022.1'
__version__ = 'develop'
if __version__ == 'develop':