We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0686f98 commit 0faca74Copy full SHA for 0faca74
backend/internals/settings.py
@@ -74,7 +74,7 @@ def to_dict(self) -> Dict[str, Any]:
74
75
76
about_data = {
77
- 'version': 'v1.1.1',
+ 'version': 'alpha-36',
78
'python_version': get_python_version(),
79
'database_version': get_latest_db_version(),
80
'database_location': None, # Get's filled in by db.set_db_location()
0 commit comments