From c11adcbe4ae13abc19dbac86b3bc820eb3e120c3 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Sat, 1 May 2021 01:20:56 +1000 Subject: [PATCH] Bumping version --- backend/store.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/store.py b/backend/store.py index 4078d8a7..b6043710 100644 --- a/backend/store.py +++ b/backend/store.py @@ -110,7 +110,7 @@ class ChangeDetectionStore: self.add_watch(url='https://changedetection.io', tag='Tech news') - self.__data['version_tag'] = "0.291" + self.__data['version_tag'] = "0.292" if not 'app_guid' in self.__data: self.__data['app_guid'] = str(uuid_builder.uuid4())