From d4928e34ebb87dcb38acc643e505979b5b68c5e0 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Mon, 21 Jun 2021 20:07:04 +1000 Subject: [PATCH] 0.33 --- backend/store.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/store.py b/backend/store.py index 60aed844..45041ab3 100644 --- a/backend/store.py +++ b/backend/store.py @@ -113,7 +113,7 @@ class ChangeDetectionStore: 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.32" + self.__data['version_tag'] = "0.33" if not 'app_guid' in self.__data: import sys