Skip to content

Commit 24cad37

Browse files
fix the version dislpayed in the title
1 parent d7eee54 commit 24cad37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
db2_path = os.path.join(DATA_DIR, "db2.db")
2828

2929
# Version
30-
overseeversion = "1.0.0"
30+
overseeversion = "0.3.0"
3131

3232
# Database paths
3333
cameras_db = get_database_path('cameras.db')

0 commit comments

Comments
 (0)