Skip to content

Commit 98265a7

Browse files
committed
k
1 parent 9c0f927 commit 98265a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/danswer/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
import os
22

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

0 commit comments

Comments
 (0)