Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
drevoborod authored Apr 10, 2022
1 parent 0c2007f commit 3245b6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ def apply_script(scripts_list, db_connection):
INSERT INTO options VALUES ('toggle_tasks', 0);
INSERT INTO options VALUES ('tasks', '');
INSERT INTO options VALUES ('compact_interface', 0);
INSERT INTO options VALUES ('version', '1.5.2');
INSERT INTO options VALUES ('version', '1.6.0');
INSERT INTO options VALUES ('install_time', datetime('now'));
"""
# PATCH_SCRIPTS = {
Expand Down

0 comments on commit 3245b6a

Please sign in to comment.