Skip to content

Commit 19dcbc2

Browse files
committed
Bumping schema tag to 0.25
1 parent c59838a commit 19dcbc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/store.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def __init__(self, datastore_path="/datastore", include_default_watches=True):
2525
self.__data = {
2626
'note': "Hello! If you change this file manually, please be sure to restart your changedetection.io instance!",
2727
'watching': {},
28-
'tag': "0.24",
28+
'tag': "0.25",
2929
'settings': {
3030
'headers': {
3131
'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.66 Safari/537.36',

0 commit comments

Comments
 (0)