Harmless Backport (#2916)

This commit is contained in:
Yuhong Sun
2024-10-24 20:56:59 -07:00
committed by GitHub
parent 9c0f927e16
commit d7a30b01d2

View File

@@ -1,3 +1,3 @@
import os
__version__ = os.environ.get("DANSWER_VERSION", "") or "Dev"
__version__ = os.environ.get("DANSWER_VERSION", "") or "Development"