We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c0f927 commit 98265a7Copy full SHA for 98265a7
backend/danswer/__init__.py
@@ -1,3 +1,3 @@
1
import os
2
3
-__version__ = os.environ.get("DANSWER_VERSION", "") or "Dev"
+__version__ = os.environ.get("DANSWER_VERSION", "") or "Development"
0 commit comments