From 4b6522469b3c5ce97eb42cb9998fc4e188b8f3e3 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Sat, 5 Jun 2021 16:37:16 +1000 Subject: [PATCH] Bumping to 0.31 --- backend/store.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/store.py b/backend/store.py index ecb87088..d4865615 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.30" + self.__data['version_tag'] = "0.31" if not 'app_guid' in self.__data: import sys