Merge pull request #1782 from mishaker/v-18-5

version to 0.18.5-dev
This commit is contained in:
Matthias 2019-04-20 09:25:20 +02:00 committed by GitHub
commit e252f0feba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
""" FreqTrade bot """
__version__ = '0.18.2-dev'
__version__ = '0.18.5-dev'
class DependencyException(BaseException):