Skip to content

Commit

Permalink
Set version to alpha-35
Browse files Browse the repository at this point in the history
  • Loading branch information
Casvt committed Jan 22, 2025
1 parent d5346d7 commit 60476e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/internals/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def to_dict(self) -> Dict[str, Any]:


about_data = {
'version': 'alpha-34',
'version': 'alpha-35',
'python_version': get_python_version(),
'database_version': get_latest_db_version(),
'database_location': None, # Get's filled in by db.set_db_location()
Expand Down

0 comments on commit 60476e6

Please sign in to comment.