Skip to content

Commit

Permalink
0.38.1 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
dgtlmoon committed Jul 20, 2021
1 parent fe4963e commit f877cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/store.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def __init__(self, datastore_path="/datastore", include_default_watches=True):
self.add_watch(url='https://www.gov.uk/coronavirus', tag='Covid')
self.add_watch(url='https://changedetection.io', tag='Tech news')

self.__data['version_tag'] = "0.38"
self.__data['version_tag'] = "0.38.1"

# Helper to remove password protection
password_reset_lockfile = "{}/removepassword.lock".format(self.datastore_path)
Expand Down

0 comments on commit f877cbf

Please sign in to comment.