Skip to content

Commit fb723c2

Browse files
committed
Bumping version to 0.28
1 parent 3ad722d commit fb723c2

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
@@ -104,7 +104,7 @@ def __init__(self, datastore_path="/datastore", include_default_watches=True):
104104
self.add_watch(url='https://changedetection.io', tag='Tech news')
105105

106106

107-
self.__data['version_tag'] = "0.27"
107+
self.__data['version_tag'] = "0.28"
108108

109109
if not 'app_guid' in self.__data:
110110
self.__data['app_guid'] = str(uuid_builder.uuid4())

0 commit comments

Comments
 (0)