We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8ce3d8 commit 58a1215Copy full SHA for 58a1215
src/langbot/pkg/utils/constants.py
@@ -2,7 +2,7 @@
2
3
semantic_version = f'v{langbot.__version__}'
4
5
-required_database_version = 18
+required_database_version = 19
6
"""Tag the version of the database schema, used to check if the database needs to be migrated"""
7
8
debug_mode = False
0 commit comments