mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-03-07 14:24:15 +00:00
Keep version number in docker versioning
This commit is contained in:
@@ -16,6 +16,6 @@ if 'dev' in __version__:
|
||||
from pathlib import Path
|
||||
versionfile = Path('./freqtrade_commit')
|
||||
if versionfile.is_file():
|
||||
__version__ = f"docker-{versionfile.read_text()[:8]}"
|
||||
__version__ = f"docker-{__version__}-{versionfile.read_text()[:8]}"
|
||||
except Exception:
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user